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.git
Go to the project directory
cd habits
Install the dependencies of each application
cd server
npm install
cd web
npm install
cd mobile
npm install
Start the server and web application using:
npm run dev
Start the mobile application using:
npx expo start