Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vn-blgn/node-express-mysql-hbs-crud-api
Nodejs (Express) MySQL Handlebars (Express Handlebars) CRUD Web Application
https://github.com/vn-blgn/node-express-mysql-hbs-crud-api
api crud express express-handlebars expressjs handlebars handlebarsjs hbs mysql node nodejs web-application
Last synced: about 1 month ago
JSON representation
Nodejs (Express) MySQL Handlebars (Express Handlebars) CRUD Web Application
- Host: GitHub
- URL: https://github.com/vn-blgn/node-express-mysql-hbs-crud-api
- Owner: vn-blgn
- Created: 2022-05-10T11:57:08.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-05-10T15:16:43.000Z (over 2 years ago)
- Last Synced: 2024-10-01T07:04:52.021Z (about 1 month ago)
- Topics: api, crud, express, express-handlebars, expressjs, handlebars, handlebarsjs, hbs, mysql, node, nodejs, web-application
- Language: JavaScript
- Homepage:
- Size: 56.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# node-express-mysql-hbs-crud-api
Nodejs (Express) MySQL Handlebars (Express Handlebars) CRUD Web Application![screenshot](https://github.com/vn-blgn/node-express-mysql-hbs-crud-api/blob/master/public/images/screenshot.PNG)
This is a multi page application based on Express, MySQL and Handlebars.
### How to use:
***Clone this repository:
`git clone https://github.com/vn-blgn/node-express-mysql-hbs-crud-api.git`
Install dependencies:
`npm install`
Run:
`node app`
`npm run dev` (with nodemon)
Now you can visit: http://localhost:3000