Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/normalhuman01/crud_app_juegos-master
crud rest api with javascript, mongodb and documented with swagger
https://github.com/normalhuman01/crud_app_juegos-master
Last synced: about 1 month ago
JSON representation
crud rest api with javascript, mongodb and documented with swagger
- Host: GitHub
- URL: https://github.com/normalhuman01/crud_app_juegos-master
- Owner: normalhuman01
- License: mit
- Created: 2023-12-10T17:57:26.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-10T17:58:10.000Z (about 1 year ago)
- Last Synced: 2023-12-12T23:38:07.551Z (about 1 year ago)
- Language: JavaScript
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# App de Juegos
## Description:
App que permite llevar una constancia sobre los videojuegos que posee cada usuario registrado en la base de datos## Tecnologias utilizadas:
Node.js
Express.js
MongoDB
Swagger
JsonWebToken
### Nota:
Este proyecto lo realice con el gestor de paquetes Yarn en lugar de Npm por lo que para hacer las instalaciones perminentes aconsejo utilizar el mismo## Para ejecutarla:
1- Clonar el repositorio`git clone https://github.com/ElvisGT/crud_app_juegos.git`
2- Entrar en la carpeta del proyecto en local
`cd crud_app_juegos`
3- Instalar dependencias
`yarn install`
4- Levantar el server
`yarn start`
## Capturas: