REST api for NavigoLearning. This project is built with Node.js, Express, and MariaDB.
Documentation for the api can be found here.
Run the server in development mode.
Run all unit-tests with hot-reloading.
Run a single unit-test.
Run all unit-tests without hot-reloading.
Check for linting errors.
Build the project for production.
Run the production build (Must be built first).
Run production build with a different env file.
- If
npm run dev
gives you issues with bcrypt on MacOS you may need to run:npm rebuild bcrypt --build-from-source
.