Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 857 Bytes

README.md

File metadata and controls

35 lines (29 loc) · 857 Bytes

Proffy

Project made for the Next Level Week #2 @Rocketseat.

The main ideia is to create a responsive application to gather people that want to teach with ones that want to learn.

Snapshots

proffy landing page include new proffy available proffys

Tecnologies used

  • HTML
  • CSS
  • JavaScript
  • Node.js
  • Express
  • Nunjucks
  • SQLite

How to Run

Clone

git clone https://github.com/brunaoliveira/proffy.git
cd proffy

Download dependencies

npm i

Run server

npm run dev