Website for posting advertisements / or just random posts. Right now uses placeholder images - planned custom image upload
Technologies used in the project:
- React
- NestJS
- Vite
- PostgreSQL
- Docker
- Typescript
- Prisma
1. Clone github repository
git clone https://github.com/AdamCala/tablica.git
2. Enter the project directory
cd /tablica/
3. Create docker volume for database
docker volume create database
4. Build containter
docker-compose up -d --build
5. Enter the backend container
docker exec -it tablica-backend-1 /bin/sh
6. Run database migrations
npx prisma migrate dev --name init



