EduBridge-Prototype is a full-stack MERN application that connects learners with educational and career opportunities. The platform provides user registration, login, and a dashboard to explore available opportunities.
- Tech Stack
- Features
- Installation
- Environment Variables
- Running the App
- API Testing with Postman
- Folder Structure
- Deployment
- Contributing
- License
- Frontend: React, TailwindCSS, React Router
- Backend: Node.js, Express
- Database: MongoDB (Atlas)
- Authentication: JWT, bcryptjs
- User Registration & Login
- JWT Authentication
- Protected routes
- Dashboard to view educational and career opportunities
- Responsive UI with TailwindCSS
- Clone the repository:
git clone https://github.com/yourusername/EduBridge-Prototype.git
cd EduBridge-Prototype
Install dependencies for backend:
cd server
npm install
Install dependencies for frontend:
cd ../client
npm install
LIVE URL OF THE SITE.
https://edubri.netlify.app/