GithubHelp home page GithubHelp logo

gabrielsanttana / proffy Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 0.0 12.94 MB

๐Ÿ‘จ๐Ÿฝโ€๐Ÿซ An application for online study that connects professors with students

License: MIT License

HTML 0.67% TypeScript 99.15% JavaScript 0.19%
nodejs react react-native typescript knexjs sqlite express expo

proffy's Introduction

๐Ÿ‘จ๐Ÿฝโ€๐Ÿซ Proffy

๐Ÿ‘จ๐Ÿฝโ€๐Ÿซ A marketplace for online study that connects professors with students

๐Ÿ› ๏ธ Technologies

โš™๏ธ Requirements

๐Ÿš€ Installation

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

๐Ÿ“ฆ API

$ cd proffy/backend
$ yarn
$ yarn run knex:migrate
$ yarn dev:server

The API will start serving on http://localhost:3333

Note: It's important to have the API running to be able to properly run the web and mobile app

๐Ÿ’ป Web

$ cd proffy/frontend
$ yarn
$ yarn start

The application will pop-up in the browser on http://localhost:3000

๐Ÿ“ฑ Mobile

It's also necessary to have a React Native Expo environment setup and the Expo mobile app installed on your smartphone. It's important that both the smartphone and the computer are connected to the same network and to have the local IP address on the baseURL in the api.ts file.

Example:

const api = axios.create({
  baseURL: 'http://000.000.00.000:3333',
});

Then:

$ yarn add -g expo-cli
$ cd proffy/mobile
$ yarn
$ expo install
$ yarn start

A new window with the application log will open in the browser

Then, you can simply load the app by scanning the QR code with the Expo mobile app or by using the local URL

โš–๏ธ License

MIT License

Made with โค๏ธ by Gabriel Santana

proffy's People

Contributors

dependabot[bot] avatar gabrielsanttana avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.