Skip to content

Project carried out in the 1st edition of Next Level Week 2023 - habits (Ignite Trilha)

Notifications You must be signed in to change notification settings

leticiar-io/NlwSetup_TrilhaIgnite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Project carried out in the 1st edition of Next Level Week 2023 - habits (Ignite Trilha)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published