Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 340 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 340 Bytes

Node Server for Managing Surveys

Express Node server to support course on Nuxt JS in Educative

This Project is a Node Server dedicated for my course on Educative.

To initialize the project:

docker-compose up -d --build

To run the migrations and add the seeds:

docker-compose exec node-server ./runMigrationAndSeed.sh