Skip to content

flik930/graphql-express-mongo-jwt-docker-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

graphql-express-mongo-jwt-docker-boilerplate

This is a full-stack boilerplate aim to help quicker startup of a mordern tech project (Side Project or Hackathon), functionalities will cover basic membership management, which including:

Authentication with JWT:

  • Signup (email, password)
  • Email Verification
  • Login (email, password)
  • Forgot password
  • Password reset
  • Facebook token signup / signin

Technology Stack:

Getting start:

  1. Rename .env.example to .env and
  2. Fill in your setting and credentials in .env
  3. docker-compose up

Application ports

  • localhost:3001 for api signup login stuff (you can try it in postman)
  • localhost:4000 for graphql play ground
  • localhsot:8082 for mongo express (inspecting database)

Recently Added react app in the stack (under construction):

Tech / plugin / UI tools:

  • Material UI
  • Hook API
  • Context API

To startup the FE in dev

  1. cd react-app
  2. yarn && yarn start

Enjoy!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •