https://github.com/gregmalcolm/wacky-wandas-wicked-weapons-api
Very simple pathfinder weapons api for use with a demo
https://github.com/gregmalcolm/wacky-wandas-wicked-weapons-api
Last synced: 10 months ago
JSON representation
Very simple pathfinder weapons api for use with a demo
- Host: GitHub
- URL: https://github.com/gregmalcolm/wacky-wandas-wicked-weapons-api
- Owner: gregmalcolm
- Created: 2017-12-19T02:52:04.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-21T19:44:36.000Z (over 7 years ago)
- Last Synced: 2025-03-26T08:18:55.102Z (about 1 year ago)
- Language: Ruby
- Size: 36.1 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Backend API for Wacky Wanda’s Wicked Weapons demo
Serves as frontend for:
https://github.com/gregmalcolm/wacky-wandas-wicked-weapons-frontend
## Setup:
```
bundle
rake db:reset
rake db:migrate
rake db:seed
rails s
```