Skip to content

AmmarAlkhooly98/todo-api

Repository files navigation

todo-api

Todo API V1

API V1

Todo API v1 documentation

React todo Repo using this API

Checkout the deployed react app using this API

tech stack used

  1. Nodejs/express.js
  2. MySQL
  3. Sequelize ORM
  4. Sequelize Migrations

Requirements

  1. sequelize-cli
  2. mysql
  3. mysql2
  4. npm i -g sequelize-cli mysql mysql2

Getting started

  1. npm i
  2. create a .env file, use the .env.example file to reference env variable names for your own environment values
  3. sequelize db:create
  4. sequelize db:migrate
  5. create a firebase project, and create storage from the console, and add the api credentials in the .env file
  6. npm run dev