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
- Host: GitHub
- URL: https://github.com/jodaz/approbado-server
- Owner: jodaz
- Created: 2021-08-18T18:55:18.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-10T16:23:05.000Z (over 1 year ago)
- Last Synced: 2025-01-13T06:06:41.903Z (about 1 year ago)
- Topics: express, learning, pern-stack, socket-io
- Language: JavaScript
- Homepage:
- Size: 9.12 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```