/Paws-Backend

Backend for Paws

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

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