An open API service indexing awesome lists of open source software.

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

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
```