Skip to content

Innovateninjas/Paws-Backend

Repository files navigation

for detailed readme checkout Paws-Frontend

for setup check out contribution.md

Setup and Installation

clone the repo

Install the requirements:

pip install -r requirements.txt

Apply the migrations:

python manage.py migrate

Running the Project

To run the project:

python manage.py runserver