Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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






Link to the project