af83f94b84cee66f78b6a727bc6d194952de32ed
sarlink-portal-api
API for SARLink portal in Django Rest Framework.
Deployment
- clone the repo
git clone git@github.com:i701/sarlink-portal-api.git - Create virtual enviroment
virtualenv venvand activate itsource venv/bin/activate - Install requirements
pip install -r requirements.txt - Copy .env.example to .env and fill in the configs
cp .env.example .env - generate static
python manage.py collectstatic - Run Migrations
python manage.py migrate
Languages
Python
97.9%
HTML
1.1%
Dockerfile
0.8%
Just
0.1%