Skip to content
forked from letakeane/mentr

An app to connect Turing students and mentors

Notifications You must be signed in to change notification settings

JohnBinning/mentr

 
 

Repository files navigation

This app is designed to help connect Turing studings with mentors associated with the school

To install and edit locally:
  1. Clone down the repo.
  2. Run $ npm install.
  3. Run $ touch .env.
  4. In that .env file, add API_KEY = and set it to whatever string you like.
  5. In the Header.js and server.js files, change the redirect_uri to http://localhost:1701/callback.
    • Header.js: Header.js change
    • server.js: server.js change
  6. Run $ npm start.
  7. View the app at http://localhost:1701!
  8. To test, run $ npm test.

Views

  • This is the view students see on their home page

Image

  • This is the view of a mentor information

Image

The app is hosted on Heroku

See the production app

Circle CI Status:

CircleCI

About

An app to connect Turing students and mentors

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.7%
  • Other 0.3%