Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 421 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 421 Bytes

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