Skip to content

A django based application to display CRUD Features of a Product with Category as a parent

Notifications You must be signed in to change notification settings

BwanaQ/shop_crud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shop_crud

A django based application to display CRUD Features of a Product with Category as a parent

Getting Started

  • clone this repo
$ git clone https://github.com/BwanaQ/shop_crud.git

Prerequisites

  • Python 3 latest version
  • Pip3 installer
  • virtualenv command

Installing

  1. cd into the nyumba-kumi folder
$ cd nyumba-kumi
  1. Add a python 3 environment
$ virtualenv env
  1. Enter the virtual environment
$ source env/bin/activate
  1. Install dependancies from requirements.txt
(env)$ pip install -r requirements.txt
  1. rename dotenv to .env and fill all required values then run this command
(env) $ source .env
  1. Run server
(env) $ python manage.py runserver

Built With

  • Django - The web framework used
  • Bootstrap - Frontend for the monolithic app

Authors

  • Tom Hunja

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Thanks to Toptal for a beautiful .gitignore file

About

A django based application to display CRUD Features of a Product with Category as a parent

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published