This repository contains the source code for a project developed as part of the AF module during the 1st semester of our 3rd year. The project is built using the MERN stack, which includes MongoDB, Express.js, React.js, and Node.js.
- MongoDB: A document-based database used to store data.
- Express.js: A web application framework for Node.js used to build the backend API.
- React.js: A JavaScript library for building user interfaces used to build the frontend.
- Node.js: A JavaScript runtime used to run the backend server.
To run this project locally, follow these steps:
- Clone this repository to your local machine.
- Install the required dependencies by navigating to both the
client
andbackend
directories and runningnpm install
. - Start the backend server by navigating to the
backend
directory and runningnpm start
. - Start the frontend development server by navigating to the
client
directory and runningnpm start
.
The application should now be accessible at http://localhost:3000
.
Name | |
---|---|
Reezan S.A | [email protected] |
Wijerathne L.G.A.T.D | [email protected] |
Sangkavi S.V | [email protected] |
Wijesundara W.M.K.H | [email protected] |