Skip to content

Latest commit

 

History

58 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SSH - Task Management Project

This repository contains a Task Management project that consists of a .NET API and a React frontend application. The API utilizes Entity Framework Core and communicates with a PostgreSQL database using a Docker Compose file. Follow the instructions below to set up and run the project.

Prerequisites

Before running the project, ensure that you have the following software installed on your system:

Running the API

  1. Open a terminal and navigate to the TaskManagementAPI folder.
  2. Start the PostgreSQL database by running the following command:
    docker-compose up -d
  3. Once the database is running, open the solution in Visual Studio or any compatible .NET IDE.
  4. In the Package Manager Console, execute the following command to apply the database migrations:
    update-database
    This will create the necessary tables in the PostgreSQL database.
  5. Build and run the API project.

The API is now up and running, and it will be accessible at https://localhost:7183/.

Running the Frontend

  1. Open a terminal and navigate to the frontend folder.
  2. Install the required dependencies by running the following command:
    npm install
  3. Once the installation is complete, start the React application by running:
    npm run start

The frontend application will now be accessible at http://localhost:3000.

You're all set! You can now access the Task Management application through your browser and start using it.

Troubleshooting

  • If you encounter any issues while running the project, make sure you have met all the prerequisites and followed the instructions correctly.
  • Check the console output for any error messages or logs that can help identify the problem.
  • If you need further assistance, feel free to reach out to the project's maintainers.

About

Nje platforme per menaxhimin e detyrave(tasks) ne kuader te lendes "Sisteme te shperndara" ne FIEK.

Resources

Security policy

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages