mirror of
https://github.com/i701/sarlink-portal-api.git
synced 2025-11-23 01:06:59 +00:00
906644b7c7c9790ddde5b0be9607446880f389fc
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 2m39s
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
96.7%
HTML
2.2%
Dockerfile
0.8%
Shell
0.2%
Just
0.1%