This website works better with JavaScript.
Explore
Help
Sign In
elal
/
the_auctionhouse
mirror of
https://github.com/E-Almqvist/the_auctionhouse
Watch
1
Star
0
Fork
You've already forked the_auctionhouse
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
A fake auction house I made for a school project.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6
Commits
1
Branch
0
Tags
24 MiB
Tag:
Branch:
Tree:
e3bc355e22
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'e3bc355e22'
${ noResults }
the_auctionhouse
/
src
/
app.rb
10 lines
95 B
Raw
Normal View
History
Unescape
Escape
Structure
3 years ago
#!/usr/bin/ruby -w
require
"
sinatra
"
Cleanup & struc
3 years ago
require
"
slim
"
require
"
sqlite3
"
Structure
3 years ago
get
"
/
"
do
"
Test
"
end