The idea is to demonstrate a custom MVC architecture in the context of Express & build a simple CRUD application with a RESTful web API.
- Create a mysql database named 'node_crud' with username = 'root' & password = '123' (or update the index.js file under config directory)
- Clone the project from git.
- Go to 'CRUD_NodeJS' directory.
- Run
yarn
ornpm install
. - Run
npm start
.
Application will start at 'http://localhost:3000' but you will have to configure the frontend app at 'https://github.com/arman37/CRUD_ReactJS' to see how the API works.
If you like the project, shoot a 🌟 and feel free to fork & send PR anytime.