mirror of
https://github.com/i701/sarlink-portal-api.git
synced 2025-04-19 23:46:53 +00:00
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 3m11s
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 venv
and 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
94.8%
HTML
3.6%
Dockerfile
1.3%
Shell
0.3%