Jagadish K.
Jagadish K.
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...
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...
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...
I am unable to create users unless I have logged in using default Admin credentials. I have tried this with both UI and POSTMAN, to the same effect. I have...