Skip to content

saska/base-bend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

base-bend

Base node backend as a project starting point. Requires mongo.

config/*.env requires:

PORT: port to serve on
SENDGRID_API_KEY: API key from SendGrid for sending emails
JWT_SECRET: what it says on the tin, string
MONGODB_URL: form mongodb://${address}:${port}/${database-name}
SYSTEM_EMAIL: email addr for automated email sending

Scripts:

 npm run start
 npm run dev (uses dev.env)
 npn run test (uses test.env)

Models:

User: Basic model for a user
TemplObj: Template object because users always need ownership of
	  something or other, find and replace with desired actual thing

Has tiny socket.io 'bed' to start building stuff on.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published