Simple AJAX todo-list app with custom JSON API using NodeJS and Express
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
What things you need to install the software and how to install them
NodeJS and NPM package manager
MongoDB installed locally
A step by step series of examples that tell you how to get a development env running
Install all dependencies
npm i
Run application and open the browser.
npm start
http://localhost:3000/
- HTML5 and CSS3
- NodeJS
- MongoDB
- AJAX
Application made as a part of Udemy "Advanced Web Developer Bootcamp".