- Clone repository
git clone git@github.com:AlexGalhardo/respondeae.git- Enter repository
cd respondeae/- Install dependencies
npm install- Setup your environment variables
cp .env.example .env- Start Docker Postgres and build and up Docker Api Service
sudo chmod +x setup.sh && ./setup.sh- To Start Prisma Studio:
npm run prisma:studioa. Creating build
npm run buildb. Testing build server locally
npm run start