Apurva-Jyoti-paul / sc

A DRF quiz app backend.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logo

SCREENCAST Backend

Build Status PyPI - Django Version GitHub code size in bytes Website License: GPL v3

Build Setup

#clone the directory
git clone https://github.com/Kaustuv942/sc.git

Initialize postgres

Click here for more detail

#Run script
cd scripts && chmod +x build.sh &&  ./build.sh 

Docker Build

sudo docker-compose up -d --build
sudo docker exec -it [web_container_name] python manage.py createsuperuser

Stopping the container

sudo docker-compose stop

removing the volumes and the container

sudo docker-compose down -v

!!!warning:for development only use .env.dev change the secrets before an actual deployment

About

A DRF quiz app backend.

License:GNU General Public License v3.0


Languages

Language:JavaScript 43.0%Language:CSS 40.9%Language:Python 15.2%Language:HTML 0.5%Language:Shell 0.2%Language:Dockerfile 0.2%