Skip to content

andikasputra/nodecrud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRUD with NodeJS

I created this to learn to make website with nodejs. Actualy I use expressjs framework

Dependencies

Installation

  • npm install
  • install sequelize-cli globally
  • create config.js inside config directory from config.example.js and fill with your database
  • run sequelize db:migrate
  • npm start
  • http://localhost:3000/users

License

This is under MIT license