Skip to content

akash85246/Permalist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Permalist

Permalist is a to-do list web application built with Node.js, EJS, and PostgreSQL. It provides users with the ability to create, read, update, and delete tasks, and stores the data in a PostgreSQL database. The application is deployed on Render, making it easily accessible for use in a cloud environment.

Features

  • Task Management: Add, edit, and delete tasks.
  • Persistent Data: All tasks are saved in a PostgreSQL database.
  • EJS Templating: The web interface is rendered using EJS, providing a dynamic and responsive experience.
  • Deployment: Deployed to Render for easy access and scalability.

Technologies Used

  • Node.js: JavaScript runtime environment for building the application.
  • Express.js: Web framework for Node.js to handle routing and HTTP requests.
  • EJS: Templating engine used for rendering dynamic content in HTML views.
  • PostgreSQL: Database used for storing task data.
  • Render: Cloud platform for deployment.