Skip to content
This repository was archived by the owner on Feb 19, 2022. It is now read-only.

BixConcept/tutoring-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tutoring-backend

how to run

We use docker, specifically docker-compose. To run this application simply install docker and docker-compose and then do

$ docker-compose up

If you get an error about docker the docker daemon not running, try doing the following

Linux with systemd

# systemctl enable --now docker

macOS with docker desktop

Start the desktop app, it will start a docker daemon after you entered your password.

Windows

TODO

initialize tables

Only for testing purposes, since there is a database server set up at school. We use roughly this schema:

a database schema

to import it, run something like this:

$ cat init.sql > docker exec tutoring-backend-mysql-1 mysql -u tutoring -p garnichts

(untested)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •