Make sure you read the whole document carefully and follow the guidelines in it.
It is a project by NestJs.
You can quick start following these commands:
yarn installrun and open http://localhost:3000 in your browser You should init the database before run start
npm run startrun test
npm run testYou can find a file which name is apiary.apib.
And you can see this document in this link
This project uses MySQL.
You must create a database test in your MySQL.
More database config you can see the file -- app.module.ts
{
"id": "xxx", // user ID
"name": "test", // user name
"dob": "", // date of birth
"address": "", // user address
"description": "", // user description
"createdAt": "" // user created date
}