This is a simple RESTful API that uses ExpressJs. It has one resource (/api/clients) that accepts GET/POST/PUT/DELETE methods. The data is stored on a MongoDb, ORM is handled by mongoose.
- Install mongodb and run on default port
- yarn install
- yarn start