A Django project that handles customers and oders, both online and with sms.
This project has
- Sign up and login
- Sign up and login with google
- View products
- Add products to cart
- make orders
- Get sms on succesfull order
- Add products for admins
- See list of orders
- Africa's talking for sms
- GooGle Cloud for OAuth
- Django rest framework
- Render
- PostgreSQL(in production)
- SQLite (in dev)
- Clone the repository:
git clone https://github.com/dynamic2code/savannah_project.git
- Switch to the development branch:
git checkout development
- Install dependencies:
pip install -r requirements.txt
- Change settings to point to a local database
- Apply database migrations:
python manage.py migrate
- Start the development server:
python manage.py runserver