/Proffy

✔️ Aplicação desenvolvida durante a nextlevelweek#2

Primary LanguageTypeScriptMIT LicenseMIT

nlw2

🚀 Application developed during the Next Level Week by Rocketseat 🚀

GitHub language count Repository size Made by EliasJuk GitHub last commit Repository issues License

Run in Insomnia

Project   |    Technologies   |    Layout   |    License


 

💻 Project

logo

Proffy is an application that can connect who wants to learn, with wants to teach.

 

🔖 Layout

Para acessar o layout utilize a ferramenta Figma.


❔ How To Use

To clone and run this application, you'll need Git, [Node.js][nodejs] + [Yarn][yarn] installed on your computer.

From your command line:

# Clone this repository
$ git clone https://github.com/EliasJuk/Proffy

💻 Running project on a web browser

Back-end

# Go to project's server folder
$ cd server

# Install dependencies
$ yarn install or npm install

# Run application
$ yarn start or npm run start

# Make migrations
$ yarn knex:migrate

Front-end

# Go to project's web folder
$ cd web

# Install dependencies
$ yarn install or npm install

# Run application
$ yarn start or npm run start

 

🚀 Technologies

This project was developed with the following technologies:


📝 License

This project is under the MIT license. See the LICENSE for details.