Complete application, where you control your routine and your habits.
To run this project, you will need to add the following environment variables to your .env file:
DATABASE_URL="file:./dev.db"
Clone the project
git clone https://github.com/CauanDZN/habits.gitGo to the project directory
cd habitsInstall the dependencies of each application
cd server
npm install cd web
npm install cd mobile
npm installStart the server and web application using:
npm run devStart the mobile application using:
npx expo start