/OIPartners

Development of a software tool for the partners selection in open innovation projects by multinational technology companies

Primary LanguageJavaScriptMIT LicenseMIT

OIPartners

Features

  • uses:
  • features:
    • Sign In
    • Sign Up
    • Sign Out
    • Password Forget
    • Password Change
    • Protected Routes with Authorization
    • Database: Users
    • Dashboard
    • Create Projects
    • Manage Projects
    • Search Partners
    • Evaluate Partners

Installation

  • git clone git@github.com/albertojmz/OIPartners.git
  • cd OIPartners React
  • npm install
  • npm start
  • visit http://localhost:3000/
  • Use your own Firebase Credentials

Use your own Firebase Credentials

  • visit https://firebase.google.com/ and create a Firebase App
  • copy and paste your Credentials from your Firebase App into src/firebase/firebase.js
  • activate Email/Password Sign-In Method in your Firebase App
  • create in the Database: { users: "", projects: "" }