Skip to content

niicode/niicode-postgres

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

niicode-postgres

A simple postgres application built with node.

Built With

  • JavaScript
  • Node
  • Postgresql

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

Setup

  • Clone the repository to your local machine git clone https://github.com/niicode/niicode-postgres.git
  • Create a database called postgres
  • Rename the .env.example file to .env and update the values/settings to your own Example:
DB_USER=postgres
DB_PASSWORD=postgres
DB_HOST=localhost
DB_PORT=5432
DB_DATABASE=postgres

Install

  • Run npm install to install the dependencies
  • Run node app.js to start the server

Author

👤 Nii Darku

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

📝 License

This project is MIT licensed.

About

A REST API built with node and postgresql to test CRUD methods.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published