Skip to content

Asabeneh/express-node-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node Express API

  • Node : A JavaScript run time environment which allow to run JavaScript code on the server side
  • Express : Express is a minimal and flexible Node.js web application framework that provides a robust set of features for web and mobile applications.
  • bodyParser: Node.js body parsing middleware. Parse incoming request bodies in a middleware before your handlers, available under the req.body property.
  • ejs : Templating Engine
  • mongoose : Mongoose is a MongoDB object modeling tool designed to work in an asynchronous environment.

Packages

Packages used in this app: *express, body-parser, dotenv, mongoose, *ejs How to add package

yarn add packagename // for yarn
npm install packagename // for npm

DEMO

LIVE

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published