Skip to content

Latest commit

 

History

History
29 lines (27 loc) · 572 Bytes

File metadata and controls

29 lines (27 loc) · 572 Bytes

Node JS Backend

RestfulAPI with Node JS perform basic CRUD, MVC structured.

Dependcies

  • Express.js
  • Body-Parser
  • Mysql

Usage

git clone [this repository clone .git]
cd backend
npm install
node app.js

Node JS Frontend

Web App with Node JS perform basic CRUD, MVC structured. ##Dependencies

  • Express.js
  • EJS

Usage

git clone [this repository clone .git]
cd frontend
npm install
node app.js

Notes

This app provide independent dependencies for backend and frontend, make sure you install all dependencies in backend and frontend.