For this project I created a RESTful API using Express in Node.js. It serves endpoints to retrieve information about different topics and their subtopics from a JSON file. The API allows clients to fetch all topics, topic names, specific topics by name ecc
I´ve added a list of enpoints below 👇
npm init npm install nodemon @babel/core @babel/preset -env @babel/node
- /topics
- /topics/name
- /topics/:name
- /topics/:name/subtopics
Describe how you approached to problem, and what tools and techniques you used to solve it. How did you plan? What technologies did you use? If you had more time, what would be next?