Skip to content

descodeuses/Node-Express-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DesCodeuses > Promo Annie - 2022

Project 4 > Web Scraping & API - Backend Repository

Express/NodeJS Server

This is a simple NodeJS server.

Requirements :

NodeJS

Node.js is an open-source, cross-platform JavaScript run-time environment that executes JavaScript code outside of a browser (server-side). Documentation: https://nodejs.org/en/

npm (Node Package Manager)

npm is a package manager for the Node.js platform. Documentation: https://www.npmjs.com/

Installation :

  • make sure you have NodeJS and npm installed
  • clone the repository
  • move to the directory and run npm install to install all the dependencies
  • launch the server with npm start (ctrl+c to stop it)
  • server is running on port 5050

Usage :

Comments :

All the routes are defined in index.js file. Code uses ES6 syntax. Code is commented with JSDoc style.

Configuration :

Express

Express is a minimal and flexible Node.js web application framework that provides a robust set of features for web and mobile applications. Documentation: https://expressjs.com/

JSON format output

JSON (JavaScript Object Notation) is a lightweight data-interchange format. Documentation: https://en.wikipedia.org/wiki/JSON

Librairies :

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published