Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 604 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 604 Bytes

hyper-express-js-boilerplate

Boilerplate for hyper-express/express node js web applications.

The index.js file contains the hyper-express version of the main file and indexE.js is the express version. A ".env" file, following the stucture of ex_dotenv.txt, should added to the base directory, and config.js should be adjusted as needed. Uses mongoose for MongoDB as the database and EJS for templating.

Working on adding docs here, but all additions are in utils and have method comments.