Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 522 Bytes

File metadata and controls

8 lines (5 loc) · 522 Bytes

StudentData

Storing students data to the Database

Seamfix wants to create an application for storing the details of her students, the required details are, fullname, Twitter url, linked url, date of birth, phone numbers and a description of their goal, which must not be more than 200 letters.

Create a single endpoint to take in all these students data, validate the incoming data before storing it in a database

For the database (mongodb is preferred, you can use any other database you are comfortable with),