/u10-mern-backend

Node.js backend for meditation app

Primary LanguageJavaScript

buddy pipeline

Getting started

  1. Run npm install.

  2. Create a copy of the .env.example file and rename it to .env and fill out the necessary variables. You need to setup Google, Facebook and Mongodb Atlas.

  3. This project uses HTTPS so make sure to create SSL keys. Check options variable in index.js file.

  4. Run npm start.

Available Scripts

In the project directory, you can run:

npm start

npm run dev

npm test

npm run lint

Fixes lint errors.

npm run lint:check

Checks for lint errors.