Skip to content

Latest commit

 

History

History
41 lines (34 loc) · 2.16 KB

File metadata and controls

41 lines (34 loc) · 2.16 KB

BikeRoutes

Mobile app for users to share and customize bicycle routes.

Features (building ...)

  • Sharing of custom bicycle routes from users

📸 Media

Prototype image
Frontend image image image
image image
image
Backend image
image image image

Setup (building ...)

  • Using API
    1. Copy .env.example file to .env file in api folder
    2. Inside api folder, run the command docker compose up --build
    3. Now that the api is running, you can look at all endpoints going to http://localhost:5043/scalar

Technologies

  • ASP.NET Minimal API: C# .NET 9
  • PostgreSQL: Relational Database
  • React Native: Javascript Frontend Framework