Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/petarsimonovic/bunker_makersbnb
https://github.com/petarsimonovic/bunker_makersbnb
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/petarsimonovic/bunker_makersbnb
- Owner: PetarSimonovic
- Created: 2021-02-01T14:16:34.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-13T09:31:19.000Z (over 3 years ago)
- Last Synced: 2023-02-27T13:19:50.862Z (over 1 year ago)
- Language: Ruby
- Size: 230 KB
- Stars: 0
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Bunker is Airbnb for shelters and fortifications. Users can post details of their bunkers, approve or reject booking requests, and manage their properties.
![bunker](https://user-images.githubusercontent.com/69108995/118107168-57a90500-b3d6-11eb-8972-7c016b671b7d.png)
It was developed as a Makers Academy group database project using Ruby and Sinatra.
Database and tables creation:
1. Connect to psql
2. Create bunker database with CREATE DATABASE bunker;
3. Create bunker_test database with CREATE DATABASE bunker_test;
4. CREATE TABLES using commands in ./db/migrations