Skip to content

felipeclarindo/car-hub-api

Repository files navigation

🌍 Leia em Português

Car Hub Api

Api to the car hub project developed with NestJS and typescript.

Technologies Used

  • NestJS - Frameworks to create apis.
  • typescript - JS Superset.

Api Endpoints

  • /api - description of the api. (GET)
  • /api/fuels - Fuels available to cars. (GET)
  • /api/manufacturers - Manufacturers of cars. (GET)
  • /api/footer-links - footer links to use in front end. (GET)
  • /api/years-of-production - Cars year of production. (GET)

Running Api

  1. Clone the Repository:
git clone https://github.com/felipeclarindo/car-hub-api.git
  1. Install Dependencies :
npm install
  1. Run Server:
npm run start
  1. Access API in http://localhost:5000/api.

  2. Access CarHub Repository and run the front end.

Contribution

Contributions are welcome! If you have suggestions for improvements, feel free to open an issue or submit a pull request.

Author

Felipe Clarindo

License

This project is licensed under the GNU Affero License.

About

Api in NestJS and typescript for the car-hub project

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published