Skip to content
This repository has been archived by the owner on Aug 9, 2018. It is now read-only.

koudaiii-archives/sinatra_keijiban

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

memories

 $ bundle install
$ bundle exec sqlite3 db/post.db
sqlite> CREATE TABLE posts (
id INTEGER PRIMARY KEY AUTOINCREMENT,
text TEXT,
img_file_name TEXT,
star_count INTEGER default 0);
sqlite>
 $ bundle exec ruby main.rb

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published