BuidlGuidl / eth-tech-tree-backend

A server used for grading submitted ETH Tech Tree challenges
MIT License
1 stars 2 forks source link

Add API route for getting challenges #16

Closed escottalexander closed 1 month ago

escottalexander commented 3 months ago

This includes adding a list of challenges to the database schema and seed.

Create an API that returns an array of challenges when it is called. Challenge data can be found in challenges.json in the CLI repo though it is subject to change.

escottalexander commented 1 month ago

https://github.com/BuidlGuidl/eth-tech-tree-backend/pull/17