Skip to content

EduTech is a MERN Full Stack project developed in the Make it Real Bootcamp.

Notifications You must be signed in to change notification settings

paolorossig/edu-tech

Repository files navigation

EduTECH

version contributors

EduTech is a MERN Full Stack project developed in the Make It Real Bootcamp.

Stack

This project is structured in a monorepo enabled by yarn workspaces with the following stack:

Frontend:

React Vite Redux Tailwindcss

Backend:

Nodejs Express SocketIo MongoDB

Deployment

  • Client: Vercel
  • Server: Heroku
  • Database: MongoDB Atlas
  • Email API: SendGrid
  • Image and Video Hosting: Cloudinary

Requests Flow

flowchart LR
A[HTTP Endpoint] -- Middleware --> B[Controller]
B[Controller] --> C[Service]
C[Service] --> D[(Database)]
Loading

Development

# 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

About

EduTech is a MERN Full Stack project developed in the Make it Real Bootcamp.

Resources

Stars

Watchers

Forks

Languages