Skip to content

Complete application, where you control your routine and your habits. - NLW Setup, from @Rocketseat

Notifications You must be signed in to change notification settings

CauanDZN/habits

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Complete application, where you control your routine and your habits. - NLW Setup, from @Rocketseat

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published