- Express
- Momentjs for dealing with datetime
- Authentication with express-jwt
- ORM: Sequelize
To get a local version of the app up and running, follow the below steps:
# Install dependencies
npm install
# Serve with hot reload at http://localhost:3000/. The app will automatically reload if you change any of the source files.
npm start