- Docker installed
- GO installed
- Clone the repository
- Run
docker compose buildin the root directory - Run
docker-compose up -d goappin the root directory - Run
docker-compose up -d nextappin thefrontenddirectory - Run
docker exec -it db psql -U postgresin the terminal to access the database - Type
\lto list all databases - Type
\dtto list all tables - Type
select * from users;to see the users table - Go to
http://localhost:3000in the browser to see the frontend
- Run
docker-compose downin the root directory - Type
exitin the terminal to exit the database