Skip to content

youssef-of-web/crud-users-tutorial

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published