A simple CRUD project with Endpoints to submit and list users.
# Install dependencies
npm install
# create an .env file with .env.examples as template
# fill in the database
# start the server
npx modemon start# endpoint - /api/user# endpoint - /api/create
x-www-form-urlencoded body
1. name
2. email
3. password
# endpoint - /api/update
x-www-form-urlencoded body
1. name
2. email
3. password
4. id
# endpoint - /api/update
x-www-form-urlencoded body
1. id