Parker API

Simply Developed using Node.js, Express.js, MongoDB, Docker

Installation

The Node.js and MongoDB containers are running inside Docker microservices

  1. Check the ports from docker-compose.yml
  2. Run docker-compose up command
  3. Now the system will be up on 3000 port and MongoDB database on 27017
  4. Postman collection can be imported from tests/postman_collections.json

Demonstration Video Link

TODO

  1. Request validations
  2. Auth keys encryptions using crypto
  3. Setup env variables
  4. Writing controllers and unit test cases
  5. CI Integration