adventurelookup-backend
adventurelookup-backend copied to clipboard
Platform, Framework, Database software
Have an api that can add/edit information about an adventure to our database.
Partially addresses #20. I expect this to need some work but I thought I'd get the ball rolling. The commit history is a little bit wonky because I had a...
I see this as an on going issue, so I'm thinking of having other issues that specify the search criteria (name, author, etc) and linking them here.
To manage users.
Helping users correctly spell information would help them search faster (no typos) and helps avoid typos from going into the database.
https://github.com/AdventureLookup/adventurelookup-backend/issues/16 Find a list of adventures by author name. A user should be able to send info saying `author_name: Taylor` and get a list of adventures with authors by the...
https://github.com/AdventureLookup/adventurelookup-backend/issues/16 Find a list of adventures by name. A user should be able to send info saying `name: Dragons` and get adventures with Dragons in the name.
Further to our discussion on the Discord, I took it upon myself to pull together a very small dataset just for testing purposes. There was a lot of repetition amongst...