Skip to content

alexey0b/task_scheduler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📖 Translations


Task Scheduler


📋 Project Description

Task Scheduler is a simple and intuitive web application for task planning, designed to help users organize their daily tasks. With this application, you can:

  • Create and edit tasks.
  • Set recurrence cycles and deadlines.
  • Change task statuses.
  • Organize tasks by due date.
  • Manage tasks through a user-friendly interface.

What is implemented in the application?

  • ✔️ Task creation functionality.
  • ✔️ Ability to edit tasks.
  • ✔️ Database integration for task storage.
  • ✔️ Simple and attractive interface.
  • ✔️ Search and delete tasks functionality.

🔧 Environment Configuration

The environment variables are set by default, but you can change them in the compose.yaml file:

  • For the golang service:
...
environment:
    PORT: ":7540"
    MODE: "postgres"
    DATABASE_URL: "postgres://root:password@postgres:5432/mydb?sslmode=disable"
    PASSWORD: "qwerty12345678"
...

If you need SQLite mode, specify MODE: "sqlite".

  • For the postgres service:
...
environment:
  POSTGRES_USER: "root"
  POSTGRES_PASSWORD: "password"
  POSTGRES_DB: "mydb"
...

✅⭕ Running Tests

To run integration tests, execute the following command:

make unit-tests

🐳 Running with Docker

If you want to run the project using Docker, follow these steps:

  1. Make sure Docker is installed and running.
  2. Navigate to the project's root directory.
  3. Build and run the application using the command:
    • By default, the application will use PostgreSQL. You can change this in the compose.yaml file.
make run
  1. Once the application is running, you can access it in your browser at http://localhost:7540/login.html (if you used a custom port, specify it).

🛠️ Technical Resources


Conclusion

Thank you for using Task Scheduler 🤝 The application will continue to be supported, and more features will be added in the future 💫


About

A service that helps you easily and conveniently keep all your plans and tasks in one place.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published