Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1.25 KB

README.md

File metadata and controls

43 lines (30 loc) · 1.25 KB

stackfusion-challange

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

python== 3.5 or up and django==2.0 or up

Installing

open terminal and type
git clone https://github.com/r0hitraj/stackfusion-challange.git

or simply download using the url below

https://github.com/r0hitraj/stackfusion-challange.git

To migrate the database open terminal in project directory and type

python manage.py makemigrations
python manage.py migrate

To use admin panel you need to create superuser using this command

python manage.py createsuperuser

To run the program in local server use the following command

python manage.py runserver

Then go to http://127.0.0.1:8000 in your browser

Screenshoots




Author

Rohit Raj
Email: [email protected]

========Thank You !!!=========