TODO
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
What things you need to install the software and how to install them
mkdir ./App
cd ./App
git clone https://github.com/kubawich/DistributedWebApp.git
For npm
cd ./Frontend/frontend
npm install
npm run serve
For yarn
cd ./Frontend/frontend
yarn
yarn run serve
cd ./DistributedWebApp/DistributedWebAppAPI/
dotnet --watch run
You will need nodejs with npm or yarn for dependecies on frontend side
For backend you have to use at least dot net core 3.1 preview 3 and visual studio 2019
Just clone this repo to your local machine and follow first run instructions above
TODO
TODO
TODO
- Vue - The web framework used
- ASP.NET core - Backend
- Postgres - Database
TODO
Just send pull request and we'll see what to do with it.
-
Jakub Wichlinski - PM - Jakub Wichlinski
-
Maciej Wawrzyniak - PM
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details
TODO
- Hat tip to anyone whose code was used
- Inspiration
- etc