/Multi-Do

A web app designed to add items in a todoList with multiple database options. All you need to do is select a username and start adding your tasks to the list.

Primary LanguageJavaScript

Multi-do

A simple web app build on javaScript which lets you add task items into a list with multiple database options.
The main aim of this project is to get hands-on practice of
  • How to build APIs in NodeJS.
  • Querying in MySQL and MongoDB.
  • Using an ORM like Sequelize.

Set up the environment

  • NPM and NodeJs should be installed.
  • Setup the config file refer sample_config.json
  •  node server.js or npm start
    
  • The server has started on http:localhost:2211.

Project View

  • Front Page Front Page

  • Todo-List view todoListDisplay