donmorton / todolistAPI

๐Ÿ–Š๏ธA simple todo list API, one of my first Node projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To Do List API Example

A simple todolistAPI example.

How to run

To run, clone the repo into your directory using git clone https://github.com/donmorton/todolistAPI.git

Then run npm install to install the required node modules to run the API npm install

After that all you have to do is run mongod in your terminal mongod

Now you are ready to make requests! ๐ŸŽ‰

About

๐Ÿ–Š๏ธA simple todo list API, one of my first Node projects

License:MIT License


Languages

Language:JavaScript 100.0%