Rafacdomin Proffy Save

React Native + ReactJS + NodeJS project developed on RocketSeat NexLevelWeek. This project is based on an application for connect students and teachers.

Project README

Proffy

GitHub top language GitHub language count GitHub last commit GitHub

About   |    Technologies   |    How To Use   |    License   |    Author

Run in Netlify

About

React Native + ReactJS + NodeJS project developed on RocketSeat NexLevelWeek. This project is based on an application for connect students and teachers.

Proffy Demo Proffy Demo

Technologies

This project was developed with the following technologies:

How To Use

To clone and run this application, you'll need installed on your computer:

Obs.: I recommend using docker to create and run the PostgreSQL instance.

To run the server:

# Clone the server repository
$ git clone https://github.com/rafacdomin/proffy-api

# Create the instance of postgreSQL using docker
$ docker run --name proffyPG -e POSTGRES_USER=docker \
              -e POSTGRES_DB=proffy -e POSTGRES_PASSWORD=docker \
              -p 5432:5432 -d postgres

# Go into the repository folder
$ cd proffy-api

Make a copy of .env.example to .env and set YOUR enviroment variables

# Install dependencies
$ yarn

# Run the app
$ yarn dev

To run the frontend Web:

# Clone the Web repository
$ git clone https://github.com/rafacdomin/proffy-web

# Go into the web folder
$ cd proffy-web

Change the baseURL in src/services/api.ts to http://localhost:3333 or to where your server is running.

# Install dependencies
$ yarn

# Run the app
$ yarn start

Now access on your browser: http://localhost:3000

To run the mobile app:

# Go into the mobile folder
$ cd mobile

# Install dependencies
$ yarn

# Run the app
$ yarn start

Now your browser should open, and you just need to scan the QR Code to your phone.

License

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


Author

Author

Made with :purple_heart: by Rafael Domingues :wave: Get in touch!

Linkedin Badge Gmail Badge DEV.to Badge GitHub followers

Open Source Agenda is not affiliated with "Rafacdomin Proffy" Project. README Source: rafacdomin/proffy

Open Source Agenda Badge

Open Source Agenda Rating