Coding Coach is a free site to link mentors with mentees. The backend is a typescript app built on top of Azure Functions
- Install Docker for your OS as described (here)[https://docs.docker.com/install/]
git clone
this repositorycd
to the project folder- Run
docker-compose up
If you prefer not to develop within Docker,
- Ensure you have Nodejs and Azure Functions Core Tools installed as described (here)[] and (here)[]
git clone
this repositorycd
to the project folder- Run
yarn start