An open API service indexing awesome lists of open source software.

https://github.com/notshrirang/submission-app

A simple Hackathon hosting web application
https://github.com/notshrirang/submission-app

django-rest-framework jwt

Last synced: 11 months ago
JSON representation

A simple Hackathon hosting web application

Awesome Lists containing this project

README

          

# Submission App

## Setup

#### 1. Clone the repo -

```
git clone https://github.com/NotShrirang/Submission-App.git
```

#### 2. Install requirements -
```
pip install -r requirements.txt
```

#### 3. Migrate schema to database -
```
python manage.py makemigrations
```

```
python manage.py migrate
```

#### 4. Run the backend server -
```
python manage.py runserver
```


Database Schema - https://dbdiagram.io/d/64a1083d02bd1c4a5e5b8b72

Postman Documentations - https://documenter.getpostman.com/view/26354232/2s93zCY13Q