kennyoyaf / todo-list-server

The server of the todo-list mernstack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TODO-LIST

Todo-list server: The servers are used to store the data coming from the frontend.

Authors

API Reference

route details to access the differnet functionalities

  GET /api/v1/toDos
  POST /api/v1/toDos
  PUT /api/v1/toDos/${id}
  DELETE /api/v1/toDos/${id}

Documentation

  • Node js
  • Express
  • Mongo db
  • Morgan
  • Cors

Appendix

Any additional information goes here

Contributing

Contributions are always welcome!

Deployment

To deploy this project run

  npm start

Installation

Install project with npm

  npm install 

Feedback

If you have any feedback, please reach out to us at kehindeoyafemi@gmail.com

Run Locally

Clone the project

  git clone https://github.com/kennyoyaf/todo-list-mernstack.git

Go to the project directory

cd backend

Install dependencies

  npm install

Start the server

  npm start

Tech Stack

Server: Node js, Express, Mongo db

About

The server of the todo-list mernstack


Languages

Language:JavaScript 100.0%