An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

![Logo](.github/Cover.png)

# 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)