Skip to content

🚧 Construction of a RESTful API with Node.js/Express, from the Danish brand BoConcept 🪑. ❗ This project is for educational purposes.

Notifications You must be signed in to change notification settings

maoc06/BoConcept-API

Repository files navigation

BoConcept-API 🪑

For the purpose of practicing Node.js perform this RESTful API with the help of express. The business case is the Danish furniture retail chain, BoConcept.

⚠️ This project is only for educational purposes. It is not intended to use the BoConcept brand for any other purpose.

Architecture

The architecture used for this project is a Clean Architecture with the purpose of avoiding to the maximum the coupling of the business logic with the framework and the databases.

alt text

Endpoints

To review the documentation of routes and endpoints, execute the following commands:

npm run swagger-autogen

💡 This will generate a json configuration file auto generated with the help of Swagger.

Then run the server with

npm start

and go to http://localhost:3000/doc to see the documentation.

About

🚧 Construction of a RESTful API with Node.js/Express, from the Danish brand BoConcept 🪑. ❗ This project is for educational purposes.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published