This repository contains the codebase for the UniVerse project, I developed UniVerse to solve daily university challenges. This digital solution streamlined event management and enhanced laundry services. I gained experience in HTML, CSS and React.Js for frontend and utilized MongoDB for its NoSQL capabilities. UniVerse
To run the frontend client:
- Navigate to the
clientfolder:cd client - Install dependencies:
npm install - Start the development server:
npm run dev
To run the backend API:
- Install dependencies:
npm install - Start the development server:
npm run dev
- Backend: Node.js, Express.js, MongoDB
- Frontend: React, Redux, HTML, CSS
- Additional Tools: npm, Git