/Todo-api

Todo API

Primary LanguageJavaScript

Todo List API V2.0

Linky

Install

Development
  1. npm install
  2. npm start
Production (at Heroku)
  1. npm init
  2. git init
  3. Commit and Push this to git
  4. Push to Heroku
  5. Install Heroku addon:
    'heroku addons:create heroku-postgresql:hobby-dev'
  6. Wait a bit for Heroku to complete the installation
    'heroku pg:wait'
  7. Profit!

To do

  • Bootstraping
  • (DONE!) Log in
  • Send E-Mail notification
  • (DONE!) Display todos
  • (DONE!) Edit todos
  • Remove todos
  • (DONE!) Log out

Note to Self Backend SQL for Windows OS is NOT case-sensitive!