Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ozzie-code-alt/express
- Owner: Ozzie-code-alt
- Created: 2022-12-07T18:00:12.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2022-12-25T12:18:59.000Z (almost 2 years ago)
- Last Synced: 2024-03-10T16:53:42.598Z (8 months ago)
- Topics: finals, project, student
- Language: JavaScript
- Homepage:
- Size: 730 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`