Skip to content

A Nodejs and express framework boilerplate to help developers kick-start a, express app/project

Notifications You must be signed in to change notification settings

leemlwando/expressojs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EXPRESSO-JS

Fully Featured Nodejs Express Bolierplate

Expressojs is a nodejs express based application bolierplate to help developers quickly bootstrap a nodejs application

Installation

OS X & Linux & windows:

git clone https://github.com/leemlwando/expressojs.git

#Running Application

cd expressojs
export NODE_ENV=production && yarn run start

Usage example

Running Expresso is as simple as simple as making a cup of coffee ☕ All you need to do is just clone this repo, change directory into the cloned repo and excute the instructions above ☺️ However, please ensure that you have mongodb running, and have .env file in the root directory with all neccessary enviroment variables. please check the sample.env file for all required enviroment variable. unless you want to leak your enviroment configurations, please do not push .env file to version control,😜 please!!

Development setup

In order to run this app in development mode, just change NODE_ENV to development like so:

export NODE_ENV=development && yarn run dev

Author

Lee M. Lwando – @leemlwandoleemlwando@gmail.com

Contributing

  1. Fork it (https://github.com/leemlwando/expressojs.git/)

final:sweat_smile:. Create a new Pull Request

About

A Nodejs and express framework boilerplate to help developers kick-start a, express app/project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published