API-TypeScript-Vitest | Acessar
"API made in TypeScript with Fastify and unit tests with Vitest"
This is a RESTful API, developed in TypeScript with Fastify. I applied unit tests using Vitest, a powerful testing framework, and MongoDB. Following REST standards, this API is fully flexible and easy to use. It brings everything best, as Fastify's speed ensures quick and efficient responses.
- Access https://github.com/Cr-Israel/api-typescript-vitest
- Clone the project to your local machine: I. git clone
- Start the project: I. npm start II. yarn start
- Add your database credentials.
Variação 1
Variação 2
Windows
To perform the installation via Windows:
- Make sure you have Node installed on your machine
- node --version
- Clone this repository
- Enter the repository
- Run the command npm/yarn start
- Project is running
Unix
To perform the installation via Linux or MacOs:
- Make sure you have Node installed on your machine
- node --version
- Clone this repository
- Enter the repository
- Run the command npm/yarn start
- Project is running
- Create entities
- Apply unit tests
- Database integration
- Create a Front-End application
- SPA integration
- Deploy to production
- Create a Front-End application
Usuário | Contribution |
---|---|
Cr-Israel | Did the whole project |
Every Contribution is welcome, feel free to make a pull request!
All feedback is welcome, feel free to contribute and give your constructive criticism!
This was the API-TypeScript-Vitest project.