Skip to content

Comurule/fixbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fixbot

Description

  • Quick summary: A simple node-express CRUD application.

  • Version: 1.0

How to Setup?

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

API End Points

The Endpoints documentation can be gotten in this Postman documentation.

Recommended Improvements

  • More input valdation and Error handling
  • API unit and integration testing

Author

Chibuike Umechukwu

About

A simple node-express CRUD application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors