A basic django app to that performs CRUD operations users can also signup , login or logout
-
Download the files to your device by creating a clone of this project.
On a new terminal , run the command
git clone https://github.com/TheMockingJay1013/eMarket.git
-
To install Django run
pip install Django
-
Also install pillow (for loading media files) by
pip install Pillow
-
move to the directory of the project using cd commands
-
In the project directory , make the migrations using the commands
python manage.py makemigrations python manage,py migrate
-
Run the server using the command
python manage.py runserver