Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/fazt/pern-tasks
- Owner: fazt
- Created: 2023-07-17T16:52:33.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-07-22T08:14:13.000Z (over 1 year ago)
- Last Synced: 2024-04-14T07:47:02.533Z (7 months ago)
- Topics: express, nodejs, postgresq, react
- Language: JavaScript
- Homepage:
- Size: 81.1 KB
- Stars: 16
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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