Skip to content

Latest commit

 

History

History
131 lines (79 loc) · 2.27 KB

README.md

File metadata and controls

131 lines (79 loc) · 2.27 KB

Proffy

AboutTechnologiesHow to runLicenseAuthor


Project cover

Project avaiable on Figma

Teacher list page example

Teachers list on web application


Proffy is an online platform that connects teachers and students.

This application was developed during the second edition of Next Level Week distributed by Rocketseat.


This project is made with:

. TypeScript

. ReactJS

. Node.js


FIRST OF ALL

. You will need to have node.js installed in you machine;
. Also, it's very important to have a package manager, you can use yarn or npm;

CLONE THIS REPOSITORY

$ git clone https://github.com/iaraoliveira/proffy.git

INSTALLING THE DEPENDENCIES

# run this if you're using yarn
$ yarn

# or this if you're using npm
$ npm install

RUN THE APPLICATION

# go to server directory
$ cd server

# initialize your database
$ yarn knex:migrate

# run server
$ yarn start
# go to web directory
$ cd web

# run web frontend
$ yarn start

This project is under the MIT license, you can read more about it in LICENSE


With 🤍 by iara
Let's talk