- public: Contains static assets like images, styling files etc.
- views: Contains the EJS templates for rendering pages.
- index.js: Entry point of the application.
Before you begin, ensure that you have the following installed on your machine:
- Node.js (v14.x or higher): Required to run the server and client applications.
- npm (v6.x or higher) or yarn (v1.x or higher): Package managers to install dependencies.
With these prerequisites in place, you’ll be ready to set up and run the project
- Clone/Download the repo.
- Open your terminal or command prompt and navigate to the project directory.
- To install dependencies run
npm install
. - After installing dependencies, run
npm start
. - Access the application at http://localhost:3000 in your web browser.
Contributions are welcome! If you'd like to improve this project, please fork the repository and submit a pull request.