Skip to content

nanorocks/mern-stack-crud-jwt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mern-stack-crud-jwt

Mongo, Exprex, React, Node Stack CRUD - JWT - example + Deployment

  1. Before you start move the .env.example to .env

  2. docker compose is what we use, so the command is:

docker compose up -d # for start

and

docker compose down
  1. Mongo express is available on: http://localhost:8081/

  2. be and fe are node js apps. So you need:

npm i
npm run dev # in be and in fe folder for dev work.

Deployment

Ref. https://render.com/pricing

About

Mongo, Exprex, React, Node Stack CRUD - JWT - example + Deployment

Topics

Resources

License

Stars

Watchers

Forks