Skip to content

p-funky/TodoApp-with-mjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TODO API

This is a todo CRUD API in which users are allowed to create as many unique todos as possible.

Technologies used

  • Nodejs (NOTE: Node v8.5.0 or higher)
  • Express for routing and serving
  • PostgreSQL database
  • Sequelize as ORM
  • npm

To run this app

  • git clone this project https://github.com/p-funky/TodoApp-with-mjs.git
  • cd into TodoApp-with-mjs
  • run npm install
  • run createdb DB_NAME
  • run sequelize db:migrate
  • run npm run start:src to start the application
  • app runs on port 8000 by default but you can specify a PORT in your .env file

To contribute

  • create a branch off develop
  • make changes locally
  • raise a pull request from your branch to develop

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published