mern-crud-auth
mern-crud-auth copied to clipboard
A web CRUD application with Authentication using MERN Stack (Mongodb, Express, React, Nodejs)
MERN Stack CRUD with JWT
This is a web application project using React, with a Nodejs Backend using Express and Mongodb as Database (MERN Stack)
Installation with docker-compose (Recommended)
docker-compose up -d
npm run dev
Deployment
git clone https://github.com/FaztWeb/mern-tasks-auth
cd mern-tasks-auth
npm i
npm run build
npm start
You need to have a Mongodb database running