EduTech is a MERN Full Stack project developed in the Make It Real Bootcamp.
This project is structured in a monorepo enabled by yarn workspaces with the following stack:
- Client: Vercel
- Server: Heroku
- Database: MongoDB Atlas
- Email API: SendGrid
- Image and Video Hosting: Cloudinary
flowchart LR
A[HTTP Endpoint] -- Middleware --> B[Controller]
B[Controller] --> C[Service]
C[Service] --> D[(Database)]
# Clone the repository
git clone https://github.com/paolorossig/edu-tech.git
cd edu-tech
# Create your own feature branch
git checkout dev
git checkout -b feat/NAME
yarn install
# Then open a PR explaining your contribution