RestfulAPI with Node JS perform basic CRUD, MVC structured.
- Express.js
- Body-Parser
- Mysql
git clone [this repository clone .git]
cd backend
npm install
node app.jsWeb App with Node JS perform basic CRUD, MVC structured. ##Dependencies
- Express.js
- EJS
git clone [this repository clone .git]
cd frontend
npm install
node app.jsThis app provide independent dependencies for backend and frontend, make sure you install all dependencies in backend and frontend.