Aparatchi is a web application for exploring movies and sharing comments about them. It's build based on P.E.R.N Stack (Postgres, Express, React and Node). For the front-end I used the new react remix framework for the SSR. I also used Prisma ORM to implement database management in back-end section.
Before you begin, make sure you have the following installed:
- Run Postgres server, execute the following commands in the project root folder
docker-compose up
- Execute in root:
npm install
- Go to
./backend
and execute the following command:
npm install
- Go to
./frontend
and execute the following command:
npm install
- Run the development server
npm run dev