Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.05 KB

README.md

File metadata and controls

32 lines (21 loc) · 1.05 KB

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