Skip to content

SteGriff/tirat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

this-is-that

Potato potato. Tomato tomato.

How hard can it be to write a key-value store that maps one value to another?

  • 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

On the back-end,

  • The 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)

Made by SteGriff

About

This Is Really About That

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published