Code Coach is a react-app hoping to create a new way to connect developers. We hoped to create a platform where one can build a mentee and mentor relationship between a junior and senior developer. This is created by students at EDA as a final project to showcase within 1 week.
- Clone the repo
git clone https://github.com/Pohutukawa-2021/CodeCoach.git
- Install NPM packages
npm install
- Run migrate and seed to create a mock database
npm run migrate
- See it in action
You can find the server running on http://localhost:3000/
npm run dev
User authentication is handled by Auth0
The diagram above shows the current schema of our database.
See the open issues for a list of proposed features (and known issues) in our Board in Jira.
See our wireframe created in Figma
The Code Coach
This project has been deployed to Heroku.
Distributed under the MIT License. See LICENSE for more information.

