- Clone this repo and
cd
into the folder - Run
docker-compose up.
- Open
http://localhost:3000
in your browser
- Install the dotnet 6 SDK, postgres 14 and Node, if you don't already have them installed.
- Clone this repo and
cd
into the folder - Open psql and use the \i command to run the SQL script in
db/docker-entrypoint-initdb.d/dump.sql
cd
into the backend folder and rundotnet run
cd
into the client folder and runnpm install
thennpm start
- Open
http://localhost:3000
in your browser