Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ozzie-code-alt/express

Finals Project - Backend Web Service Using Node - Express and Postman
https://github.com/ozzie-code-alt/express

finals project student

Last synced: about 16 hours ago
JSON representation

Finals Project - Backend Web Service Using Node - Express and Postman

Awesome Lists containing this project

README

        

Back End web Service with NodeJS - Express - Post man and use of RESTful API's

Before the Steps:

- In order to access this file, you must install [Node](https://nodejs.org/en/download/).

- CD through your file folder and add package jason file 'npm init --yes'

- Install Express 'npm i express' NOTE if it doesn't work, try [email protected]

- Add [Postman](https://www.postman.com/downloads/) to your browser.

(Since it is deprecated, you have the option to download it on their website.)

Steps:

- CD through your file folder and add the package JSON file `npm init --yes`

- Install Express `npm i express` NOTE if it doesnt work try [email protected]
- for schema `npm i joi` NOTE if error again try [email protected]
- Then add nodemon "node Monitor" package in your file globally `npm i -g nodemon`
- to access nodemon on terminal `nodemon `
=======
- Install Express 'npm i express' NOTE if it doesn't work try [email protected]
- For Schema 'npm i express' NOTE if error again try [email protected]
- Then add nodemon "Node Monitor" package in your file globally 'npm i -g nodemon'
- to access nodemon on terminal `nodemon `

Copy this link into postman by using these HTTP Methods: Get - POST - PUT - DELETE

use port 3000 with link `/api/courses/:id`