A full stack web application made for the purpose of storing viewed comics with an epic dashboard.
To run this project locally, you'll need some prerequisites programs.
After cloning this repository & have the required programs installed. Open a command prompt on the folder and run:
pip3 install -r requirements.txt
Refers to requirements.txt
to install the required packages / libraries for this project to be able to run.
After all the above is done. Run
python3 manage.py runserver
Which will start a local http server at http://127.0.0.1:8000/
. Done! You have this project running locally on your network!