Skip to content

Create events, follow other users, and store photos with this stylish application

Notifications You must be signed in to change notification settings

itsdayo/Dotnet-React-Activities

Repository files navigation

Reactivities Planner

This guide walks you through setting up and running the Reactivities Planner application, both locally and with Docker.

Getting Started

1. Start the Client Application

To start the client application:

cd client-app
npm start

2. Start the Server

cd API
dotnet run

Optional: Running the Application with Docker

docker build -t dayosql/reactivities .

docker run --rm -it -p 8080:80 dayosql/reactivities

About

Create events, follow other users, and store photos with this stylish application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages