/LessonAdvisor-back

Primary LanguageTypeScriptMIT LicenseMIT

LessonAdvisor-back application's backend

Team :

  • Abdelghani MAZROU
  • valentin GERARD

This project is to learn new Node.js framework calls Hapiness

Database

migrate databases:

mongo scripts/init_mongo_script_db.js

Development server

Run yarn | npm run dev:watch for a dev server. API will be on http://0.0.0.0:4443/. The API will automatically reload if you change any of the source files.

Build

Run yarn | npm run build to build the project. The build artifacts will be stored in the dist/ directory.

Further help

To get more help on Hapiness go check out the Hapiness README.