Skip to content

Repository files navigation

API

This API handles the creation of properties and the reservation of visits or purchases.


Cloning the Repository

You can clone this repository using the following command:

git clone https://github.com/rodrigojsdeveloper/api.git

Package Manager

This project uses Yarn as its package manager. Make sure it is installed before proceeding.

Installing Dependencies

To install the project dependencies, open the terminal in the root directory and run:

yarn

Starting the API

To start the API, run the following command in the terminal:

yarn dev

API Request Example

Example of a POST request:

{
  "name": "johndoe",
  "email": "johndoe@org.com",
  "password": "Johndoe@123",
  "is_adm": true
}

Accessing API Documentation

http://localhost:3000/api/docs


Developed by Rodrigo Silva

About

This API handles the creation of properties and the reservation of visits or purchases.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages