Todo API V1
React todo Repo using this API
Checkout the deployed react app using this API
- Nodejs/express.js
- MySQL
- Sequelize ORM
- Sequelize Migrations
- sequelize-cli
- mysql
- mysql2
npm i -g sequelize-cli mysql mysql2
- npm i
- create a .env file, use the .env.example file to reference env variable names for your own environment values
- sequelize db:create
- sequelize db:migrate
- create a firebase project, and create storage from the console, and add the api credentials in the .env file
- npm run dev