Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/davischoll/nlw2-rocketseat-proffy

Projeto da Next Level Week 2, da Rocketseat - agosto/2020.
https://github.com/davischoll/nlw2-rocketseat-proffy

css3 expressjs html5 javascript nodejs nunjucks sqlite3

Last synced: about 1 month ago
JSON representation

Projeto da Next Level Week 2, da Rocketseat - agosto/2020.

Awesome Lists containing this project

README

        

# Proffy - Next Level Week 2

Projeto desenvolvido durante a NLW 2 da [Rocketseat](https://rocketseat.com.br/) - agosto/2020.

![Preview](https://github.com/davischoll/nlw2-rocketseat-proffy/blob/master/public/images/proffy_index.png)

## Projeto
A ideia da aplicação é funcionar como uma plataforma que conecta estudantes a professores disponíveis, os quais podem cadastrar-se para lecionar as disciplinas nos horários disponíveis.

## Pré-requisitos

Para rodar a aplicação na máquina com um servidor local, é necessário o NodeJS e NPM.

```
$ npm run dev

- Acessar localhost pela porta 5500 no navegador.
```

## Construído com

* [Express](https://expressjs.com/) - Node.JS Web Application Framework
* [Nunjucks](https://mozilla.github.io/nunjucks/) - A rich and powerful templating language for JavaScript
* [Figma](https://figma.com/) - Online prototyping tool.
* [SQLite](https://www.sqlite.org/index.html) - SQL database engine
* HTML
* CSS

## Autor

* **Davi Scholl** - [LinkedIn](https://www.linkedin.com/in/davi-scholl-463903196/)

## Acknowledgments

* A Next Level Week é iniciativa da [Rocketseat](https://rocketseat.com.br/). Agradecimento ao mestre [@maykbrito](https://github.com/maykbrito) pelo conteúdo.