Skip to content

SPM-proj-team/spm-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instructions to run Backend

Docker

  1. Start local database
  2. Create .env file with values in main directory (do change the username and passsword according to your database credentials)
# Docker 
DB_HOSTNAME=host.docker.internal
DB_USERNAME=root
DB_PASSWORD=''
DB_NAME=test_spm_db
  1. Run respective sql script located in ./tests/sql
  2. Run Command docker build -t <user>/backend .
  3. Run Command docker run -p 5000:5000 <user>/backend

About

Learning Journey Application; Developed with Flask, ORM, RDS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5

Languages