Skip to content

Jakub41/IdealPlaceToWorrk-API

Repository files navigation

Ideal Place To Work API

Project overview

📦src
 ┣ 📂config
 ┃ ┣ 📂auth
 ┃ ┃ ┗ 📜index.js
 ┃ ┣ 📜config.js
 ┃ ┗ 📜index.js
 ┣ 📂controllers
 ┃ ┣ 📜AuthenticationController.js
 ┃ ┣ 📜TestController.js
 ┃ ┣ 📜UserController.js
 ┃ ┗ 📜index.js
 ┣ 📂helpers
 ┃ ┣ 📜LogColorHelper.js
 ┃ ┣ 📜LogIconHelper.js
 ┃ ┗ 📜index.js
 ┣ 📂loaders
 ┃ ┣ 📜express.js
 ┃ ┣ 📜index.js
 ┃ ┣ 📜logger.js
 ┃ ┗ 📜mongoose.js
 ┣ 📂models
 ┃ ┣ 📜index.js
 ┃ ┗ 📜userModel.js
 ┣ 📂routes
 ┃ ┣ 📜authRoute.js
 ┃ ┣ 📜index.js
 ┃ ┣ 📜testRoute.js
 ┃ ┗ 📜userRoute.js
 ┣ 📂services
 ┃ ┗ 📜index.js
 ┗ server.jsc

Documentation

The API documentation is provided using Swagger and can be found on the following end-point:

GET http://localhost:9000/api-docs/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published