A simple postgres application built with node.
- JavaScript
- Node
- Postgresql
To get a local copy up and running follow these simple example steps.
- Node.js
- npm
npm install npm@latest -gUsually ships with node - git
- Postgresql
- Postman
- Clone the repository to your local machine
git clone https://github.com/niicode/niicode-postgres.git - Create a database called
postgres - Rename the
.env.examplefile to.envand update the values/settings to your own Example:
DB_USER=postgres
DB_PASSWORD=postgres
DB_HOST=localhost
DB_PORT=5432
DB_DATABASE=postgres
- Run
npm installto install the dependencies - Run
node app.jsto start the server
👤 Nii Darku
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is MIT licensed.