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
.