About โข Technologies โข How to run โข License โข Author
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:
. 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
Let's talk