Node.js Rest APIs with Express & MySQL example
A barebones project to bootstrap MySQL, Express.js, and Node.js. Will add a frontend later on, possibly React. Features include:
- Basic user management system
- Login/Signup page
- File upload
- Nodemon for hot reloading
Project setup
npm install
Run
nodemon server.js