Skip to content

Latest commit

 

History

History
63 lines (40 loc) · 871 Bytes

README.md

File metadata and controls

63 lines (40 loc) · 871 Bytes

Logo

Habits

Complete application, where you control your routine and your habits.

Environment Variables

To run this project, you will need to add the following environment variables to your .env file:

DATABASE_URL="file:./dev.db"

Run Locally

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

Authors