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
- Host: GitHub
- URL: https://github.com/notshrirang/submission-app
- Owner: NotShrirang
- Created: 2023-06-30T16:00:39.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-17T06:35:55.000Z (about 2 years ago)
- Last Synced: 2025-04-05T15:29:37.460Z (about 1 year ago)
- Topics: django-rest-framework, jwt
- Language: Python
- Homepage: https://documenter.getpostman.com/view/26354232/2s93zCY13Q
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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