I created this to learn to make website with nodejs. Actualy I use expressjs framework
- expressjs for main / routing framework
- sequelize for ORM database
- sequelize-cli for migration and generate db
- mysql for mysql database driver
- multer for handle uploading file
- method override to custom method request
- handlebars for view engine
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
This is under MIT license