Skip to content

makunomark/node-server-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  • Create .env file. Required parameters:
PARSE_APP_NAME=np-server
PARSE_DATABASE_URI=...
PARSE_APP_ID=...
PARSE_MASTER_KEY=...
PARSE_FILE_KEY=...
PARSE_SERVER_URL=...

PARSE_DASHBOARD_AUTH_USER_1=...
PARSE_DASHBOARD_AUTH_PASS_1=...

SERVER_PORT=...
  • Configured with parse-server,parse-dashboard, parse-graphql-server
  • Parse server configured to one user with access to the one parse app name

About

A simple backend server written in node to take advantage of parse-server and parse-dashboard for a quick bootstrap of a backend

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published