Skip to content

davisokoth/coding-coach-api

 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 90.4%
  • Dockerfile 7.9%
  • JavaScript 1.7%