Andrei0872 / group-vacation-planner

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Group Vacation Planner

The planning document can be found here.

Setting up

.env file

Create an .env file from the example file:

cp .env.example .env

and then fill in with your data.


Spinning up the application

Start the containers

docker-compose up

Start the server app

Make sure you're at the root of the project.

cd server
npm run start:dev

Start the client app

Make sure you're at the root of the project.

cd client
npm run start

Tips

Modifying the DB schema

In order for the changes to be reflected, run the following commands:

docker-compose down -v
docker-compose up

Debugging the server app

  1. select the proper debug profile
  2. press F5

UML

About


Languages

Language:JavaScript 78.7%Language:CSS 13.3%Language:HTML 7.5%Language:Shell 0.4%