Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ensure the following software is installed on your machine:

Node.js

npm

.NET SDK

  1. Clone the Repository Begin by cloning the repository and navigating into the project folder:

       git clone https://github.com/SaharMach/Todo-app.git
       
       cd Todo-app
    
  2. Running the frontend

    1. Navigate to the frontend folder:

      cd frontend
      
    2. Install the required dependencies:

      npm i
      
    3. Run

      npm run dev
      

The frontend should now be running and accessible at http://localhost:5173.

  1. Running the Backend

    1. Open a new terminal window or tab, and navigate to the backend folder:

      cd ../backend
      
    2. Restore the .NET dependencies:

      dotnet restore
      
    3. Run

      dotnet run
      

The backend API will be running and accessible at http://localhost:5049 by default.

The app should be running now, Open a web browser and navigate to the following URL: http://localhost:5173

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages