ballyalley-o / tccp-server

A scalable backend server solution designed to manage and orchestrate software development bootcamps/courses from multiple schools, providing robust APIs and data storage capabilities.
2 stars 0 forks source link

Add user controller, models, and utility functions #2

Closed ballyalley-o closed 4 months ago

ballyalley-o commented 4 months ago

This pull request adds the necessary user controller with CRUD operations, as well as the User, Post, Bootcamp, and Feedback models. It also includes utility functions for geocoding and sending emails.