Skip to content

Latest commit

 

History

History
82 lines (60 loc) · 2 KB

README.md

File metadata and controls

82 lines (60 loc) · 2 KB

Habits - NLW 2023 (Ignite)

Taught by Rocketseat Forks Stars

habits cover

The “Habits” Project was developed during the 1st edition of the NLW (Next Level Week) of 2023. In which both the backend, frontend web and mobile were developed.



🧪 Technologies

This project was developed using the following technologies:



💻 Prerequisites

Before you begin, make sure you've met the following requirements:

  • You have installed the latest version of Node.js
  • Compatible with all operating systems: Windows, Linux and Mac.
  • You must read the project documentation.



🚀 Getting started

Clone the project and access the folder.

$ git clone https://github.com/leticiar-io/NlwSetup_TrilhaIgnite.git
$ cd NlwSetup_TrilhaIgnite

Follow the steps below:

Web

# Install the web dependencies
$ cd web
$ npm install
# Start the web project
$ npm start

Server

# Install the server dependencies
$ cd server
$ npm install
# Start the server project
$ npx prisma migrate deploy
$ npm run dev

Mobile

# Install the mobile dependencies
$ cd mobile
$ npm install
# Start the mobile project
$ npm start

⬆ Back to top