Skip to content

This is a simple project in Express JS

Notifications You must be signed in to change notification settings

arwebcs/Express-tutorials

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple project in Express JS

This is a simple project in express, where Mongo, MySQL connection is covered. Both connections is used

Install
  1. Install express generator
    npx express-generator
    npm install

  1. Install database drivers
    npm install mongoose --save
    npm install mysql --save
    npm install mysql2 --save

  1. Created a shared folder where all models, connections etc. will be there

  2. Install EJS Template engine for web page

    npm install ejs

  1. Install multer
    npm install --save  multer

N.B. :

  1. The app is running in a default port : 3000
  2. Setting template engine : ejs

About

This is a simple project in Express JS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published