Skip to content

THARANEESHWAR/CURD-Appication

Repository files navigation

#crud-users

Server

npm intsall

npm run dev

Client

npm install

npm start

Together (concurrently)

npm run dev

backend base url : http://localhost:3700/

frontend base url : http://localhost:3000/

change the content of MONGO_URI in your .env file with you access URI mongoDB cloud

List of routes (backend)

#Add user

/api/users (POST)

#Get all users

/api/users (GET)

#Get one user

/api/users/:id (POST)

#Update user

/api/users/:id (POST)

#Delete one user

/api/users/:id (POST)

List of routes (frontend)

/ (principal page)

/:id (find user by id)

About

This is a simple CRUD (Create, Read, Update, Delete) application built using the MERN stack. MERN stands for MongoDB, Express.js, React.js, and Node.js, which are the key technologies used to create a full-stack web application

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors