Skip to content

sentugce/nodeapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nodeapp

This repository contains a user management application developed using PostgreSQL as the database and Node.js.

Features

  • Adding new users,
  • Deleting existing users,
  • Updating user information,
  • Functionality to list users and view their details.

This project leverages the capabilities of Node.js along with PostgreSQL database to perform fundamental user management functions.

Getting Started

git clone https://github.com/sentugce/nodeapp.git
cd nodeapp

2-Please note: This project requires PostgreSQL database access.
You'll need to create and add a username and password for accessing the 'db.js' file. Please create this file and include the necessary information to establish database access after its creation

3-The DB_CONNECTION_STRING example in the .env file represents the connection string required to connect to a real PostgreSQL database. The parts 'your_username,' 'your_password,' and 'your_database' in this connection string should be replaced with the actual database username, password, and database name.

DB_CONNECTION_STRING=postgresql://your_username:your_password@localhost:5432/your_database

4-Then, install the project dependencies:

npm install

5-Run the development server:

npm start

Open http://localhost:5000 with your browser to see the result.

About

This repository contains operations related to users using PostgreSQL database and Node.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published