https://github.com/cauandzn/habits
Complete application, where you control your routine and your habits. - NLW Setup, from @Rocketseat
https://github.com/cauandzn/habits
javascript nodejs react react-native reactjs typescript vite
Last synced: 3 months ago
JSON representation
Complete application, where you control your routine and your habits. - NLW Setup, from @Rocketseat
- Host: GitHub
- URL: https://github.com/cauandzn/habits
- Owner: CauanDZN
- Created: 2023-01-17T05:51:07.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-10T15:04:53.000Z (almost 3 years ago)
- Last Synced: 2026-01-03T14:38:45.027Z (6 months ago)
- Topics: javascript, nodejs, react, react-native, reactjs, typescript, vite
- Language: TypeScript
- Homepage:
- Size: 1.84 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# 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
```bash
git clone https://github.com/CauanDZN/habits.git
```
Go to the project directory
```bash
cd habits
```
Install the dependencies of each application
```bash
cd server
npm install
```
```bash
cd web
npm install
```
```bash
cd mobile
npm install
```
Start the server and web application using:
```bash
npm run dev
```
Start the mobile application using:
```bash
npx expo start
```
## Authors
- [@diego3g](https://github.com/diego3g)
- [@rodrigorgtic](https://github.com/rodrigorgtic)
- [@CauanDZN](https://www.github.com/CauanDZN)