10000 GitHub - jpssrocha/simple-crud-app: A simple web-app that runs a CRUD workflow with a simple SQL database, implemented for learning purposes.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

A simple web-app that runs a CRUD workflow with a simple SQL database, implemented for learning purposes.

Notifications You must be signed in to change notification settings

jpssrocha/simple-crud-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple-crud-app

A simple web-app that runs a CRUD workflow with a simple SQLite database, implemented for learning purposes. With it i'm learning to use the following technologies to implement a REST like webapp:

  • HTML
  • CSS
    • Bootstrap
  • Javascript
    • Node.js -> For backend programming
    • Express.js -> As webframework
    • EJS -> As a templating engine
    • Knex -> For database management and migrations
  • SQL
    • SQLite3 -> on development
    • Postgres -> on deploy

The app is deployed via Heroku on:

https://evening-beach-43442.herokuapp.com/

About

A simple web-app that runs a CRUD workflow with a simple SQL database, implemented for learning purposes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0