Skip to content

FrantzBarrallie/node-api-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node API (Workshop)

This repo is a material for my courses I teach around Node.js. Only my students are allowed to use it as part of their learning.

Usage

Start the stack (host / terminal: 1):

docker-compose up

Enter in the API container (host / terminal 2):

docker-compose exec api bash

Then, install packages / dependencies ("API" container / terminal 2):

yarn

Then, start the API server in development environment ("API" container / terminal 2):

yarn dev

or in production environment (only):

yarn start

Tests

Runs the tests ("API" container / terminal 3):

yarn test

Troubleshooting

Clean the volume container (on the host):

./bin/vc-clean

Author

(c) 2020, Nicolas Tallefourtane

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors