Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bhavik-ag/smas-backend
https://github.com/bhavik-ag/smas-backend
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bhavik-ag/smas-backend
- Owner: Bhavik-ag
- Created: 2023-09-30T07:48:16.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-07T03:59:02.000Z (8 months ago)
- Last Synced: 2024-10-27T20:15:50.013Z (2 months ago)
- Language: Python
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Smart Mess Authentication System
### Tech Stack
- Django
- Django Rest Framework
- PostgreSQL### Setup
- Create a virtual environment `python3 -m venv .venv`
- Activate virtual environment `source .venv/bin/activate`
- Add `.env.dev` file
- Build `docker-compose build`### Run Server
- Activate virtual environment `source .venv/bin/activate`
- Run `docker-compose up`