- Clone this repo:
git clone https://github.com/artginzburg/flightnotifier
- Launch the mongo database locally
- Run
npm i
in the root folder
That also creates the
.env
file that you should fill with the environment variables listed in.env.schema
(or.env.defaults
)
- Run
npm start