Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joliwood/sql-showcase
OLD - CRUD Back app to use an online DB with postgresql, hosted on the cloud by render.com
https://github.com/joliwood/sql-showcase
bootstrap database ejs express node postgres postgresql psql sql
Last synced: 3 days ago
JSON representation
OLD - CRUD Back app to use an online DB with postgresql, hosted on the cloud by render.com
- Host: GitHub
- URL: https://github.com/joliwood/sql-showcase
- Owner: Joliwood
- License: mit
- Created: 2023-05-24T11:15:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-18T13:44:53.000Z (over 1 year ago)
- Last Synced: 2024-11-03T04:02:46.784Z (3 days ago)
- Topics: bootstrap, database, ejs, express, node, postgres, postgresql, psql, sql
- Language: EJS
- Homepage: https://sql-showcase.onrender.com/
- Size: 152 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#
Welcome to SQL Showcase !
##
Context
Show a CRUD Back-end application with postgresql database on the cloud (my version works with render.com).
##
What is it for ?
This app is written with node.js + express to access a postgresql DB, hosted in render.com. It uses a basic dataMapper which use SQL request to get datas. You also can order items if you want to, search, delete, modify or create a new one.
##
How to read commits in this project
:zap: = Minor correction / debug
:construction: = Work in progress
:hammer: = New functionnality / component
:memo: = Readme / Code comments / Documentations
:sparkles: = Clean code