-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d7fe9f9
commit 0841139
Showing
1 changed file
with
57 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
<p align="center"> | ||
<img src="https://github.com/AfonsoMachado/proffy-nlw/blob/master/proffy-web/src/assets/images/landing.svg" alt="Turma" width="400"/> | ||
</p> | ||
<p align="center"> | ||
<img src="https://github.com/AfonsoMachado/proffy-nlw/blob/master/proffy-web/src/assets/images/logo2.png" alt="Logo" width="200"/> | ||
</p> | ||
|
||
<p align="center">:rocket: Projeto implementado durante o evento Next Level Week, organizado pelo Rocketseat, com o objetivo de durante uma semana desenvolver um projeto completo aplicando conceitos e ferramentas usados no mercado atualmente.</p> | ||
|
||
<p align="center">O Proffy é uma plataforma de estudos online que visa conectar professores a alunos.</p> | ||
|
||
<!-- | ||
# Índice | ||
- [Tecnologias](#tecnologias) | ||
- [Relevante](#relevante) | ||
- [Como Usar](#como-usar) | ||
<a id="tecnologias"></a> | ||
--> | ||
|
||
## :computer: Tecnologias | ||
<ul> | ||
<li><a href="https://www.typescriptlang.org/">Typescript</a></li> | ||
<li><a href="https://reactjs.org/">ReactJS</a></li> | ||
<li><a href="https://reactnative.dev/">React Native</a></li> | ||
<li><a href="https://expo.io/">Expo</a></li> | ||
<li><a href="https://expressjs.com/en/api.html#express">Express</a></li> | ||
<li><a href="http://knexjs.org/">Knex</a></li> | ||
<li><a href="https://github.com/axios/axios">Axios</a></li> | ||
<li><a href="https://expressjs.com/en/resources/middleware/cors.html">Cors</a></li> | ||
<li><a href="https://www.sqlite.org/index.html">SQLite</a></li> | ||
|
||
</ul> | ||
|
||
## :fire: Instalação | ||
|
||
**Clonando o repositório:** | ||
|
||
``` | ||
$ git clone https://github.com/AfonsoMachado/proffy-nlw.git | ||
``` | ||
|
||
**Executando back-end** | ||
|
||
```bash | ||
# Go to server folder | ||
$ cd proffy-server | ||
|
||
# Install Dependencies | ||
$ yarn install | ||
|
||
# Run Aplication | ||
$ yarn start | ||
``` | ||
Executando em http://localhost:3333/ | ||
|