Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.05 KB

README.md

File metadata and controls

29 lines (19 loc) · 1.05 KB

My Innovative Assignment

Preview

Folder Structure

  • public: Contains static assets like images, styling files etc.
  • views: Contains the EJS templates for rendering pages.
  • index.js: Entry point of the application.

Prerequisites

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

How to use

  1. Clone/Download the repo.
  2. Open your terminal or command prompt and navigate to the project directory.
  3. To install dependencies run npm install.
  4. After installing dependencies, run npm start.
  5. Access the application at http://localhost:3000 in your web browser.

Contributing

Contributions are welcome! If you'd like to improve this project, please fork the repository and submit a pull request.