This project uses Feathers. An open source web framework for building modern real-time applications.
Getting up and running is as easy as 1, 2, 3.
-
Install your dependencies
cd path/to/ez-retro-server npm install -
Start your app
npm start
```
npm run dev
```
setup these values in the environment variable 1.PORT: {port to listen on} 2.DB_URL: {mongodb database url} 3.NODE_ENV: production 4.JWT_SECRET: {token secret}
Simply run npm test and all your tests in the test/ directory will be run.