taqin / starter-expressjs

Quickly get a Nodejs project started with Express and Bootstrap 4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nodejs Project starter template with - Express and Bootstrap 4

🔥 Quickly get a Nodejs project started with Bootstrap 4. ✌️

Getting Started

.env Config

PROXY='http://'
PORT=3000
NODE_ENV='development'
MONGODB_URI='mongodb://localhost:27017/<DB NAME GOES HERE>'`	

Backend / Server-side

Express is a minimal and flexible Node.js web application framework that provides a robust set of features for web and mobile applications.

Frontend / View

Style with Bootstrap, the world’s most popular framework for building responsive, mobile-first sites, with BootstrapCDN and a template starter page.

Database Connection

MongoDB’s flexible document data model makes working with data intuitive, whether you’re building an app from scratch or updating an existing one.

Built With

  • Bootstrap - The open source toolkit for developing with HTML, CSS, and JS.
  • Express - Fast, un-opinionated, minimalist web framework for Node.js.
  • EJS - Embedded JavaScript templating.
  • Mongoose - Mongoose provides a straight-forward, schema-based solution to model your application data.

About

Quickly get a Nodejs project started with Express and Bootstrap 4


Languages

Language:JavaScript 50.1%Language:EJS 48.1%Language:CSS 1.8%