Giter VIP home page Giter VIP logo

proffy-nlw2's Introduction

Proffy

Proffy

GitHub language count Repository size GitHub last commit Repository issues License

Technologies   |    How to run   |    Project   |    How to contribute   |    License


Frontend

🚀 Technologies

This project was developed with the following techs:

💻 Project

This project is a online platform to help students to find teachers to learn specific subjects.

🏃 How to run

BACKEND:

Just access the fold backend and run:

To install dependencies

  $ yarn
  
  or

  $ npm install

To run the migrations

  $ yarn knex:migrate

  or

  $npm run knex:migrate

To start the server

  $ yarn start

  or

  $ npm start

WEB:

Just access the fold frontend and run:

To install dependencies

  $ yarn
  
  or

  $ npm install

To start the server

  $ yarn start

  or

  $ npm start

MOBILE:

First you need to edit the file api.js with your current IP address.

mobile/src/services/api.js

import axios from 'axios';

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

export default api;

So access the fold mobile and run:

To install dependencies

  $ yarn
  
  or

  $ npm install

To start the server

  $ yarn start

  or

  $ npm start

🤔 How to contribute

  • Fork this repo;
  • Create a branch for your new feature: git checkout -b my-feature;
  • Commit your changes: git commit -m 'feat: My brand new feature';
  • Push it to your branch: git push origin my-feature.

After merge of your pull request, you can delete your branch.

📝 License

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


proffy-nlw2's People

Contributors

dependabot[bot] avatar gagigante avatar

Watchers

 avatar  avatar  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.