/todolistAPI

🖊️A simple todo list API, one of my first Node projects

Primary LanguageJavaScriptMIT LicenseMIT

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! 🎉