Skip to content

Cr-Israel/api-fastify-typescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

api-fastify-typescript

Description

A simple API made in Fastify, TypeScript and MongoDB.

Features

  • Create product;
  • Get products/single product;
  • Update product;
  • Delete product.

Technologies Used

  • Node.js
  • TypeScript
  • Fastify
  • MongoDB
  • Mongoose
  • tsup
  • tsx

Installation

To run the project locally, follow these steps:

  1. Clone the repository to your local machine.
  2. Install server dependencies by running the command npm install || yarn install in the project root directory.
  3. Start the server by running the command npm run dev || yarn dev in the project root directory.

License

MIT

Environment Variables

To run this project, you will need to add the following environment variables to your .env USER_NAME USER_PASS With your appropriate database information.

Contribution

Contributions are always welcome! If you want to contribute to the project, please open a pull request with your changes and explain what was done. We would be happy to review your changes and discuss ideas with you.

About

A simple API made in Fastify, TypeScript and MongoDB.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published