My Postgres Web Application is a web-based application that leverages PostgreSQL as its database. The application is built using Node.js for the backend, EJS for templating, and includes JavaScript and CSS for the frontend.
- User authentication and authorization
- CRUD operations on database entries
- Dynamic web pages using EJS templates
- Responsive design with custom CSS
Backend: Node.js
Templating Engine: EJS
Frontend: JavaScript, CSS
Database: PostgreSQL
To get started with the project, follow these steps:
-
Clone the repository:
git clone https://github.com/yourusername/your-repo-name.git
cd your-repo-name -
Install dependencies:
npm install -
Set up PostgreSQL:
Ensure PostgreSQL is installed on your machine.
Create a new database for the project.
To start the application, use the following command:
nodemon ./index.ejs
The application will be running at http://localhost:3000.
Contributions are welcome! Please follow these steps:
- Fork the repository.
- Create a new branch (git checkout -b feature-branch).
- Make your changes.
- Commit your changes (git commit -m 'Add some feature').
- Push to the branch (git push origin feature-branch).
- Open a pull request