eddie-2020 / bcycom-backend

This project comprises of the back end of a motorcycle booking store you can view the front end of this app repo here https://github.com/Dagic-zewdu/final-capstone-frontend
1 stars 0 forks source link

[3pt] create a post api that saves the username #8

Closed Dagic-zewdu closed 2 years ago

Dagic-zewdu commented 2 years ago
Dagic-zewdu commented 2 years ago

For the post API endpoint

http://localhost:3000/api/v1/user the body should look accept the following body and save it to the database

{
name:"Dagic"
}