coding-coach-api icon indicating copy to clipboard operation
coding-coach-api copied to clipboard

Results 14 coding-coach-api issues
Sort by recently updated
recently updated
newest added

This PR adds Docker for development purposes

## Description We need to setup a middleware to protect our private endpoints. We are using auth0 to handle authentication. We need to make sure our endpoints are not accessible...

In order to support the current filtering in the alpha app, we need to add filtering to the current list of users endpoint `/api/get-users`. We also need a way to...

Data will be stored on an Atlas-hosted Mongodb instance. The api will connect to it to store and retrieve details

## Description This PR adds a middleware to check if there's a JWT in the header, it tries to extract the data and put it inside the request. If there's...

Add the FE [repo](https://github.com/Coding-Coach/coding-coach.git) as a submodule to the BE repo. Following this make changes so that the BE app can serve the FE bundle as static assets, while continuing...

discussion

Setup the backend to send a welcome mail to a user on successfully signing up. **Acceptance criteria** - Module that allows application should be able to send a rich text...

enhancement

We need to wire the server to some form of transactional email service. Any services similar to Mandrill are fine (we should keep costs as low as possible! *Acceptance Criteria*...

**Acceptance Criteria** * Mutation that supports creating users after connecting via OAuth only * Use `Passport` for handling OAuth * Refer to https://github.com/Coding-Coach/coding-coach-api for user sign up without OAuth

Write Mongo Schema for storing a User's details in MongoDB. **Acceptance Criteria** - Schema should define all required fields as per MVP 0 IA doc https://docs.google.com/document/d/1e8zcV_XsasGlhcxcOVCcRXwkqpxgCot4PvWog3ynE_Q/edit#heading=h.34ue17d4qnb4 - Should include schema...

good first issue