andikasputra / nodecrud

CRUD in node js using expressjs and mysql

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

CRUD in node js using expressjs and mysql

License:MIT License


Languages

Language:JavaScript 64.4%Language:HTML 21.8%Language:CSS 13.8%