-
Quick summary: A simple node-express CRUD application.
-
Version: 1.0
To run this application, you'll need Git and Node.js (which comes with npm) installed on your computer.
- Clone the repository using this command(in your Command Line)
git clone https://github.com/Comurule/fixbot.git
- Go into the repository
cd fixbot
-
Create .env file for environmental variables in your root directory like the .env.sample file and provide the mongo database uri
-
Install all dependencies using this command(in your Command Line)
npm install
- Run the app with this command(in your Command Line)
npm start
- Check the port on the specified port on the env or 8080
The Endpoints documentation can be gotten in this Postman documentation.
- More input valdation and Error handling
- API unit and integration testing
Chibuike Umechukwu