Skip to content

pernillasterner/technigo-project-express-api

 
 

Repository files navigation

Project Express API

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 👇

Setting up project

npm init npm install nodemon @babel/core @babel/preset -env @babel/node

Endpoints

  • /topics
  • /topics/name
  • /topics/:name
  • /topics/:name/subtopics

The problem

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?

View it live

Express API

About

API using Express that should have at least a couple of RESTful endpoints which return either an array of data or a single item.

Topics

Resources

Stars

Watchers

Forks

Languages

  • JavaScript 100.0%