andrelinos / nlw-2.0-proffy

NLW2.0 Proffy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🚀 Projeto desenvolvido para conectar estudantes e alunos.

📌 Contéudo do projeto

💻 Tecnologias

Este projeto usa as seguintes tecnologias:

👷 Como executar

💻 Baixando o projeto

# Clone repository into your machine
$ git clone https://github.com/andrelinos/nlw2-proffy.git

💻 Executando o projeto no browser

Front-end

# Go to project's web folder
$ cd web

# Install dependencies
$ yarn install or npm install

# Run application
$ yarn start or npm run start

Front-end UX available at http://localhost:3000/.

Back-end

# Go to project's server folder
$ cd server

# Install dependencies
$ yarn install or npm install

# Run application
$ yarn start or npm run start

# Make migrations
$ yarn knex:migrate

API available to be tested on http://localhost:3333/.

📱 Running project on mobile

Para executar este projeto, você pode usar seu celular físico, bastando apenas instalar o aplicativo expo ou qualquer emulador android ou ios.

# Go to project's mobile folder
$ cd mobile/

# Install dependencies
$ yarn install  or npm install

# Run application
$ yarn start or npm run start

Página inicial

Landing page

Página do estudante

Study page

Responsividade

Study page

📕 Licença

Criado por Andrelino Silva 🚀 na NWL-2.0 por Rocketseat Licença do projeto: MIT license.

Dê uma ⭐️ se esse projeto te ajudou você!

About

NLW2.0 Proffy

License:MIT License


Languages

Language:TypeScript 75.1%Language:CSS 23.9%Language:HTML 0.8%Language:JavaScript 0.2%