Skip to content

tmackness/ExpressJS-API-Boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ExpressJS API Boilerplate

I created this boilerplate to give a basic but good starting point for future API based projects.

Todo

  • Authentication using passport

Getting started

Config

If you wish to use a Discord notifications add the relevant webhooks in /config/index.js.

Environment Variables

If running in development e.g. npm run dev then you will need add a file .env and add in your MongoDB URI variable in. e.g. MONOGO_URI=mongodb://127.0.0.1:27018/example.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published