Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.32 KB

README.md

File metadata and controls

39 lines (28 loc) · 1.32 KB

Node-JS-Restfull-API

Node JS is an open-source, cross-platform, JavaScript runtime environment that executes JavaScript code outside of a browser (source : https://en.wikipedia.org/wiki/Node.js).

A RESTful API is an application program interface (API) that uses HTTP requests to GET, PUT, POST and DELETE data (source : https://searchapparchitecture.techtarget.com/definition/RESTful-API).

This project use express JS as Node JS framework to designes RESTful API for Hiring Channel-App.

To run this project, you need tools bellow:

Steps to create RESTful API Hiring Channel-App :

  1. Run Node JS and install dependencies bellow : bcryptjs body-parser dotenv express jsonwebtoken morgan mysql

  2. Create Database with MySQL

  3. Code CRUD

  4. Test CRUD on Postman by running