You can clone this repository using the following command:
git clone https://github.com/rodrigojsdeveloper/api.git
This project uses Yarn as its package manager. Make sure it is installed before proceeding.
To install the project dependencies, open the terminal in the root directory and run:
yarn
To start the API, run the following command in the terminal:
yarn dev
Example of a POST request:
{
"name": "johndoe",
"email": "johndoe@org.com",
"password": "Johndoe@123",
"is_adm": true
}http://localhost:3000/api/docs
Developed by Rodrigo Silva