Skip to content

UPCSocialNetwork/backend

Repository files navigation

Express Typescript Backend

In this repository we can find the backend of the OnCampus application.

Directory structure

+-- scripts
|   +-- dev.sh
|   +-- setup-github-actions.sh
|   +-- script.py
+-- src
|   +-- controllers
|   |   +-- grau
|   |   |   +-- add.ts
|   |   |   +-- getOne.ts
|   |   |   +-- getAll.ts
|   |   |   +-- update.ts
|   |   |   +-- delete.ts
|   |   |   +-- index.ts
|   |   +-- ...
|   +-- errors
|   |   +-- application-error.ts
|   |   +-- bad-request.ts
|   +-- lib
|   |   +-- console-logger
|   |   |   +-- index.ts
|   |   |   +-- winston-transport.ts
|   |   +-- safe-mongo-connection.ts
|   +-- middleware
|   |   +-- request-middleware.ts
|   |   +-- authentication.ts
|   |   +-- socket.ts
|   +-- models
|   |   +-- pluginst
|   |   |   +-- timestamp-plugin.ts
|   |   +-- Grau.ts
|   |   +-- ...
|   +-- public
|   |   +-- index.html
|   +-- app.ts
|   +-- mongo-connection.ts
|   +-- routes.ts
|   +-- server.ts
+-- .env.default
+-- .eslintrc.json
+-- .gitignore
+-- docker-compose.dev.yml
+-- docker-compose.yml
+-- Dockerfile
+-- jest.config.js
+-- LICENSE
+-- nodemon.json
+-- openapi.json
+-- package-lock.json
+-- package.json
+-- README.md
+-- tsconfig.json

About

TFG Project. Application Backend.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •