/Dashboard-using-python-django-and-mongoDb

This is admin Dashboard using Python Django where we will be using mongodb as database and we will accessing them using pymongo

Primary LanguageCSS

Create and use env using

py -m venv envs 
envs\Scripts\activate.bat

Now the envs will be activated
now clone the repo using git clone https://github.com/MonkNo1/Dashboard-using-python-django-and-mongoDb.git
now start the mongoDb server
install required Pip installation using pip install -r requirement.txt
check for migrations : py manage.py makemigrations
now migrate it : py manage.py migrate
start the server using py manage.py runserver