Skip to content

online0227/ssr-graphql-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ssr-graphql-boilerplate

How to run:

  1. npm install
  2. Create .env file in root folder
  3. Copy and paste following text into .env, then set the values:
DATABASE=mongodb://localhost:27017/your-mongo-db
MONGO_USER=
MONGO_PASSWORD=
JWT_SECRET=
SMTP_ADDRESS=
SMTP_PORT=
SMTP_ID=
SMTP_PASSWORD=
ADMIN_EMAIL=
  1. Open client/config.js, then configure the settings.
  2. Open server/config.js, then configure the settings.
  3. Run it with "npm run dev" in development mode, or "npm run prod" in production mode.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published