Description about the project...
- Install Dependencies:
npm install or yarn
- Create containers:
docker-compose up -d
- Environment variables: Copy
.env.example
to a new.env.local
- Database Setup:
npx prisma migrate dev --name init
- Start Developing:
npm run start:dev (api) & npm run dev (frontend)
- Clone project:
git clone https://github.com/Fernanda-Kipper/Readme-Templates.git
- Create feature/branch:
git checkout -b feature/NAME
This software is available under the following licenses: