Skip to content

Istiaq-Fuad/PetFinderApi

Repository files navigation

The frontend of the website can be found here

First, make sure you have python installed in your system. The create and activate a virtual environment.

To run this application clone this repository and run:

pip install -r requirements.txt

To run staticfiles with whitenoise, make sure to run the command:

python manage.py collectstatic

Then run the server using:

python manage.py runserver

This will run the server on localhost:8000

Releases

No releases published

Packages

No packages published

Languages