Skip to content

Rudnik2/sailing-section

Repository files navigation

To install required dependencies run: npm install To run application run: node index.js

To run application from docker run these commands:

1. docker pull rudnik2/sailing-section:v6

2. docker run -p 3000:3000 rudnik2/sailing-section:v6

Credentials for user's with given roles for testing purposes:

Instructors:

  1. { "username": "instructor", "password": "instructor_password" }

  2. { "username": "instructor2", "password": "instructor2_password" }

  3. { "username": "instructor3", "password": "instructor3_password" }

Admin credentials: { "username": "admin", "password": "admin_password" }

About

Repository for web service for sailing section

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors