#Developed TeachConnect Portal, a full-stack web application aimed at streamlining academic interactions between students and teachers. The platform facilitates seamless communication and provides centralized access to essential academic information for both students and teachers. App contains features like academic details, attendance details, fee payment details, feedback system etc.
Steps
- git clone
- cd frontend
- run npm install
- cd backend
- run npm install
- To test locally:- cd backend = run nodemon index.js and cd frontend = npm start
- building docker image for frontend:- cd frontend = run docker build -t teach-connect-frontend:1.0 .
- building docker image for frontend:- cd backend = docker-compose up -d
- Delete docker image for backend:- cd backend = docker-compose down
frontend url:- http://localhost:3000 backend url:- http://localhost:5000