Skip to content
This repository was archived by the owner on Jun 24, 2019. It is now read-only.

Latest commit

 

History

History
18 lines (15 loc) · 643 Bytes

File metadata and controls

18 lines (15 loc) · 643 Bytes

Coding Coach API

Summary

Coding Coach is a free site to link mentors with mentees. The backend is a typescript app built on top of Azure Functions

Setup

1. Within a Docker container (Recommended)

  1. Install Docker for your OS as described (here)[https://docs.docker.com/install/]
  2. git clone this repository
  3. cd to the project folder
  4. Run docker-compose up

2. Without a Docker Container

If you prefer not to develop within Docker,

  1. Ensure you have Nodejs and Azure Functions Core Tools installed as described (here)[] and (here)[]
  2. git clone this repository
  3. cd to the project folder
  4. Run yarn start