Skip to content

shelbaz/ApolloStore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

323 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Apollo Store

Your home to purchasing electronics online!

Build Status

.
├── docker-compose.yml
├── flask
│   ├── config.py
│   ├── Dockerfile
│   ├── manage.py
│   ├── project
│   │   ├── __init__.py
│   │   ├── models
│   │   │   ├── auth.py
│   │   │   ├── cart.py
│   │   │   ├── desktop.py
│   │   │   ├── __init__.py
│   │   │   ├── inventory.py
│   │   │   ├── item.py
│   │   │   ├── laptop.py
│   │   │   ├── monitor.py
│   │   │   ├── tablet.py
│   │   │   └── television.py
│   │   ├── controllers
│   │   │   ├── authentication.py
│   │   │   ├── electronics.py
│   │   │   └── __init__.py
│   │   ├── static
│   │   │   ├── css
│   │   │   ├── img
│   │   │   └── js
│   │   ├── templates
│   │   │   └── index.html
│   │   └── website
│   │       ├── __init__.py
│   │       └── views.py
│   ├── requirements.txt
│   └── tests
│       ├── base_authentication.py
│       ├── base_create_objects.py
│       ├── base_viewmodels.py
│       ├── base_website.py
│       ├── helpers.py
│       ├── __init__.py
│       ├── test_authentication.py
│       ├── test_configs.py
│       ├── test_create_objects.py
│       ├── test_views.py
│       └── test_website.py
├── nginx
│   ├── app.conf
│   ├── Dockerfile
│   └── nginx.conf
├── postgres
│   ├── create.sql
│   └── Dockerfile
└── README.md

Installation

Flask

Docker

Other

About

TEAM 16: Your home to purchasing electronics online!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages