Skip to content

Simple MERN CRUD API with Authentication using MongoDB, Express, React and Node with @reduxjs/toolkit

Notifications You must be signed in to change notification settings

zaritzki/MERN-CRUD-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MERN-Simple-API

Simple MERN CRUD API with JWT Authentication MongoDB, Express, React and Node with @reduxjs/toolkit

Create a file called .env in the root dir

After cloning it, you will need to create this .env file

NODE_ENV = development
PORT = 5000
MONGO_URI = {your mongoDB connection }
JWT_SECRET = {your key}

Available Scripts

In the project directory, you can run:

$ npm run dev

Demo

https://mernapizar.herokuapp.com/

About

Simple MERN CRUD API with Authentication using MongoDB, Express, React and Node with @reduxjs/toolkit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published