/educative-node-server

Express Node server to support course on Nuxt JS in Educative

Primary LanguageJavaScriptMIT LicenseMIT

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