Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fazt/pern-tasks

An application for task management, developed using the PERN stack, which consists of PostgreSQL, Express, React, and Node.js.
https://github.com/fazt/pern-tasks

express nodejs postgresq react

Last synced: 3 days ago
JSON representation

An application for task management, developed using the PERN stack, which consists of PostgreSQL, Express, React, and Node.js.

Awesome Lists containing this project

README

        

# PERN Tasks

PERN Tasks is a robust task management application crafted with the PERN technology stack, which integrates PostgreSQL, Express, React, and Node.js. This web application provides a user-friendly interface for creating, managing, and organizing tasks.

**Features**
1. User-friendly interface
2. Add, edit, and delete tasks (CRUD)

**Technologies**
1. PostgreSQL - for database management
2. Express - as the back-end web application framework
3. React - for building interactive user interfaces
4. Node.js - as the JavaScript runtime environment

## Installation

You need to have Node.js and npm installed on your PC to run this app. If you don't have it yet, you can download it from here: [Node.js official site](https://nodejs.org/en/download/).

Clone the repository:

```bash
git clone https://github.com/fazt/pern-tasks.git
cd pern-tasks
npm install
npm start
```

### Next Features in other version

1. Search and filter tasks
1. Prioritize tasks
1. Set due dates for tasks