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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Apr 21, 2022
70fc00f · Apr 21, 2022
Mar 31, 2022
Mar 20, 2022
Apr 21, 2022
Apr 21, 2022
Apr 2, 2022
Feb 19, 2022
Apr 4, 2022
Jan 20, 2022
Apr 20, 2022
Apr 21, 2022
Apr 21, 2022

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

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

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