In a collaborative effort, We developed a PG dissertation management system using Spring Boot and React.js. This system enables end-to-end management of student dissertations, facilitating mentor connectivity and chat functionality via WebSocket integration with the database. Leveraging the extensive libraries and features of Spring Boot, we ensured robust and scalable performance throughout the application.
- Clone the repository:
git clone https://github.com/bob09122407/PG-DISSERTATION.git
- Install dependencies:
npm install
-
Start the development server::
npm start
-
Open your browser and navigate to http://localhost:3000.
-
To build the project for production:
npm run build
-
To run the app with a production build:
npm run serve
-
Fork the repository::
git fork https://github.com/bob09122407/PG-DISSERTATION/fork
-
Create a new branch:
git checkout -b feature/your-feature
-
Make your changes:
-
Commit your changes.
git commit -m 'Add some feature' -
Push to the branch:
git push origin feature/your-feature
-
Open a pull request on GitHub.