This is a Node, Express, Mongo application written with Typescript.
It offers an API -
- to upload (POST) a JSON file containing some data about the status of an entity.
- to fetch (GET) status of an entity.
-
Install MongoDB for your OS -> MongoDB installation guide
-
Install all dependencies for this project:
yarn install
-
First start MongoDB server from the root of this project
mongod --dbpath data/db
-
Start webpack dev server (hot module replacement enabled 🔥🔥🔥)
yarn dev
yarn test