Skip to content

Latest commit

 

History

History
81 lines (48 loc) · 1.41 KB

README.md

File metadata and controls

81 lines (48 loc) · 1.41 KB

TaskMaster Notepod - TODO LIST APP with MEAN Stack

TaskMaster Notepod is a web application built using Angular for the frontend.

Getting Started

To get a local copy of the project up and running, follow these simple steps:

Prerequisites

Ensure you have the following prerequisites installed on your local machine:

  • Node.js
  • npm (Node Package Manager)

Installation

  1. Clone the repository to your local machine:

    git clone https://github.com/AshitaSri/TaskMaster-Notepod.git
  2. Navigate to the project directory:

    cd TaskMaster-Notepod
  3. Install dependencies for the server:

    cd server
    npm install
  4. Start the server:

    npm start
  5. Navigate to the client directory:

    cd ../client
  6. Install dependencies for the client:

    npm install
  7. Serve the Angular application:

    ng serve
  8. Access the website:

    Open your web browser and go to http://localhost:4200/

Usage

Once the application is running, you can start using it to manage your tasks efficiently.

Contributing

Contributions are welcome! Please feel free to submit a pull request.

License

This project is licensed under the MIT License.


Feel free to add more sections or details to this README file as needed for your project.