This project was developed using the following technologies:
Clone the project and access the folder.
$ git clone https://github.com/vagnermaltauro/Habits.git
$ cd Habits
Follow the steps below:
# Install the web dependencies
$ cd web
$ npm install
# Start the web project
$ npm run dev
# Install the server dependencies
$ cd server
$ npm install
# Start the server project
$ npx prisma migrate dev
$ npx prisma db seed
$ npm run dev
### to access the prisma
$ cd server
$ npx prisma studio