Skip to content
/ proffy Public

This project connects the teachers with the students

License

Notifications You must be signed in to change notification settings

janapc/proffy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

icon
Proffy

Last commit License Language count Language top Repo size

This project was created in NLW of Rocketseat with the purpose of connecting the teachers with the students, where the student can choose a subject, day of the week, and hour available and search teachers available.

Environment variables   |    Installations   |    Demo   |    Technologies   |    License


🔑 environment variables:

In the folder server create a file .env with these configurations:

  • SECRET = the variable secret to jwt
  • MAILERHOST = the host of send mail
  • MAILERPORT = the port of send mail
  • MAILERUSER = the user of send mail
  • MAILERPASS = the password of send mail
  • POSTGRESURL = the url of postgres
  • EMAIL = the email of owner

In the folder web create a file .env with these configurations:

  • REACT_APP_BASE_URL = the url of server

In the folder mobile inside of src/utils/environment:

  • apiUrl = the url of server

⬇️ Installations:

To installations dependencies, follow the steps below inside folders:

  yarn or npm i

to run the folders, follow the steps below inside folders:

  yarn start or npm run start

🔥 Demo

Web

web

Mobile

mobile


💥 Technologies

This project contains those technologies:


📄 License

This project is MIT licensed, as found in the LICENSE file.



Made by Janapc 🤘 Get in touch!

About

This project connects the teachers with the students

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages