Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bhavik-ag/smas-backend


https://github.com/bhavik-ag/smas-backend

Last synced: 27 days ago
JSON representation

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`