A django based application to display CRUD Features of a Product with Category as a parent
- clone this repo
$ git clone https://github.com/BwanaQ/shop_crud.git
- Python 3 latest version
- Pip3 installer
- virtualenv command
- cd into the nyumba-kumi folder
$ cd nyumba-kumi
- Add a python 3 environment
$ virtualenv env
- Enter the virtual environment
$ source env/bin/activate
- Install dependancies from requirements.txt
(env)$ pip install -r requirements.txt
- rename dotenv to .env and fill all required values then run this command
(env) $ source .env
- Run server
(env) $ python manage.py runserver
- Tom Hunja
This project is licensed under the MIT License - see the LICENSE.md file for details
- Thanks to Toptal for a beautiful .gitignore file