Light Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

AskarSariev/TO_DO_LIST

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

41 Commits

Repository files navigation

TO DO LIST


ToDoListApp is a web task manager.


Tools

Getting started

  1. Clone the repo:

    git clone https://github.com/AskarSariev/ToDoList.git
  2. Create database:

    name database = todolist_db;
    username = postgres;
    password = 12345;
  3. Create table in database:

    CREATE TABLE Users (

    id BIGSERIAL PRIMARY KEY,

    username VARCHAR(255) NOT NULL UNIQUE,

    password VARCHAR(255) NOT NULL

    );

Using

  1. Before using the application user should registr

  2. Enter username, password

  3. Show task list

  4. Add task

  5. Update task

Releases

No releases published

Packages

Contributors