Skip to content

rbastiansch/srs-module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SRS module

How to run

docker build . docker exec -it srs-api node ace migration:run docker-compose up

How to debug

On VSCode add this to your launch.json config file, it will attach your already running docker container

{
 "version": "0.2.0",
 "configurations": [
   {
     "type": "node",
     "request": "attach",
     "name": "Docker: Attach to Node",
     "remoteRoot": "/usr/app"
   }
 ]
}

How to run tests

docker exec -it srs-api node ace test

About

Spaced repetition system(SRS) with AdonisJs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published