yesminmarie / proffy

Projeto desenvolvido na NLW#02 da Rocketseat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Proffy

Proffy

This project has been built on the Next Level Week 2 (NLW#02) from Rocketseat.

ObjectiveTechnologiesHow to run the application

💡 Objective

This application consists on a platform that allows the teacher to register the subjects and the available time. The student can search a teacher filtering by subject and time and can contact the teacher by Whatsapp.

🚀 Technologies

It was used these technologies in this project.

💻 How to run the application

Pre Requiriments

You will need these tools instaled in your machine:

To clone this repository run this command

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

To run the server

# Go into the server folder
$ cd server

# Install the dependencies
$ yarn

# Run the Migrations
$ yarn knex:migrate

# Start the client
$ yarn start

# The server will start at the port: 3333 - go to http://localhost:3333

To run the frontend web

# Go into the web folder
$ cd web

# Install the dependencies
$ yarn

# Start the client
$ yarn start

# The application will open at the port: 3000 - go to http://localhost:3000

To run the mobile

# Go into the web folder
$ cd mobile

# Install the dependencies
$ yarn

# Start the client
$ yarn start

# The application will open at the port: 19002 - go to http://localhost:19002

# Download the app "expo" in your smartphone and scan the QR Code

📝 License

This project is under the MIT license. See the LICENSE for more information.

About

Projeto desenvolvido na NLW#02 da Rocketseat

License:MIT License


Languages

Language:TypeScript 78.3%Language:CSS 20.8%Language:HTML 0.7%Language:JavaScript 0.2%