Skip to content

filipsyn/formup-server

Repository files navigation

FormUp Server

About project

Server-side application which:

  • stores information about user's workouts
  • provides feedback about progress
  • shows places to work out around you

Set up local instance

Prerequisites

Running

  1. Start docker images
docker-compose up -d
  1. Apply database migrations
cd FormUp.Api/ # Change into folder where .csproj file is located

dotnet ef database update
  1. Run the application
dotnet run

Clean-up

docker-compose down

Deployment

More information about application deployment can be found on deployment documentation page.

Troubleshooting

Some of the common problems and their solutions are described on the troubleshooting page.

About

🏋️‍♂️ Server-side application logging your workouts

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published