Skip to content

A simple Node app with a SQLite database to hold app data.

Notifications You must be signed in to change notification settings

Exieez/hello-sqlite

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hello-sqlite

A starter that has a database

  • This app uses sqlite but you can power your apps with a number of other storage options
  • sqlite.db is created and put into the .data folder, a hidden directory whose contents aren’t copied when a project is remixed. You can see the contents of .data in the console under "Logs"
  • To save to the database, remix this app!

On the front-end,

  • Edit views/index.html, public/style.css, and public/client.js
  • Drag in assets, like images or music, to add them to your project

On the back-end,

  • Your app starts at server.js
  • Add frameworks and packages in package.json
  • Safely store app secrets in .env (nobody can see this but you and people you invite)

Click Show in the header to see your app live. Updates to your code will instantly deploy.

Made by Glitch

\ ゜ o ゜)ノ

About

A simple Node app with a SQLite database to hold app data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 65.7%
  • HTML 22.0%
  • CSS 12.3%