/find-my-bike

Find the closet MIBICI estations by X Location

Primary LanguageTypeScript

🚲🗺 FindMyBike

Live Server

Hosted on Vercel

Description

A simple API to find the nearest MiBici bike station from a given location.

🙌 Environment Setup

🐳 Needed tools

  1. Nodejs(v20.11.1)
  2. Makefile

🛠️ Environment configuration

🔥 Application execution

  1. Install all the dependencies and bring up the project with Docker executing: make install

✅ Tests execution

  1. Install the dependencies if you haven't done it previously: make install
  2. Execute tests: make test

📝 API Docs

  1. Run Server: make dev/start
  2. Go to website: http://localhost:3000/docs

👩‍🏫 Project explanation

Utils

External Links

Technologies(Infrastructure)

  • Nest framework TypeScript starter repository.