lucasvalentee / appointments-record

The project consists of a Node application to practice knowledge with backend development.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Appointments record

The project consists of an API made with Node.js and Typescript to perform tests with programming principles in the backend. It is possible to register new appointments and validate them.

How to start

1 - After cloning the repository to your machine, access the repository folder through a terminal and run the yarn command to install the dependencies.
2 - With the dependencies installed, run the command yarn dev:server to start the server.
3 - You will need a tool to make requests for the Rest API such as Insomnia or Postman.
4 - The base URL is http://localhost:3333.

How to use the API

Author

Lucas Valente

Linkedin Badge

License

NPM

About

The project consists of a Node application to practice knowledge with backend development.

License:MIT License


Languages

Language:TypeScript 97.5%Language:JavaScript 2.5%