Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AfonsoMachado authored Aug 6, 2020
1 parent d7fe9f9 commit 0841139
Showing 1 changed file with 57 additions and 0 deletions.
57 changes: 57 additions & 0 deletions README.md
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/

0 comments on commit 0841139

Please sign in to comment.