An open API service indexing awesome lists of open source software.

https://github.com/jodaz/approbado-server

Server for approbado web and mobile app
https://github.com/jodaz/approbado-server

express learning pern-stack socket-io

Last synced: 5 months ago
JSON representation

Server for approbado web and mobile app

Awesome Lists containing this project

README

          

# Approbado Server

## Requerimientos

- `postgres ^12`
- `node.js ^14`

## Documentación

## Arquitectura actual

```
-- docs
-- logs
-- public
----- default
----- reports
----- uploads
-- src
----- config
----- controllers
----- migrations
----- models
----- resources
----- routes
----- seeds
----- utils
----- validations
-- test
```