Skip to content

anhuiyang/todolist_api

Repository files navigation

Todo List API

A basic back-end todo list API with node.js

A separate frontend app that connects to the backend of this Express API can be found here

How to contribute to this project

Forked this project to make pull request

Getting started

  1. Clone this repo git clone git@github.com:anhuiyang/todolist_api
  2. Change directory cd todolist_api
  3. Run bundle to install dependencies npm install

Usage

  1. Start the server nodemon
  2. Navigate to the following page http://localhost:1234
  3. With Postman to make GET, POST, PUT, DELETE requests

Technologies used

Tech Description
Javascript Main backend language
Express.js Node.js web application framework
MongoDB a NoSQL database

Screenshot

index

About

A simple todolist api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published