Code Monkey home page Code Monkey logo

nlw-setup-ignite's Introduction

Taught by Rocketseat Forks Stars



Habitto.life ๐Ÿ’ช

๐Ÿงช Technologies

This project was developed using the following technologies:

๐Ÿงช SOLID

Principles:

  • Single Responsibility Principle: Each class has a unique responsibility;
  • Open/Closed Principle: Application classes must be open for extension but closed for modification;
  • Liskov Substitution Principle: We should be able to replace a parent class with an inheritance from it and everything still works;
  • Interface Segregation Principle: Segregate Interfaces;
  • Dependency Inversion Principle: Instead of the class fetching the dependencies it needs, the context informs the class of the required dependencies;

๐Ÿš€ Getting started

Clone the project and access the folder.

$ git clone https://github.com/lucasfontesgaspareto/nlw-setup-ignite.git
$ cd nlw-setup-ignite

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

๐Ÿ”– Layout

You can view the project layout through the links below:

Remembering that you need to have a Figma account to access it.


Made with ๐Ÿ’œ by lucasfontesgaspareto๐Ÿ‘‹

nlw-setup-ignite's People

Contributors

alissonfelipeee avatar lucasfontesgaspareto avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

nlw-setup-ignite's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.