The objective of this project is to check coding style and conventions
The API documentation is available here.
Your system will need to have the following software installed. For mongoDB, a connection string from mongoDB atlas should do:
- nodeJS/express
- postgreSQL
- mocha and chai
git clone https://github.com/danoseun/todobookingsafrik
cd todobookingsafrik
Add the connection string to the .env file in your project.
Include necessary variables as found in .env.sample into .env
npm i
npm run start:dev
npm test(All tests are passing).