Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juanfalconcodigo/social-boilerplate
Personal project of a social network for my portfolio.
https://github.com/juanfalconcodigo/social-boilerplate
api-graphql apollo-server backend bcryptjs boilerplate graphql jwt-authentication mongodb mongoose mutation nodejs query subscription typescript
Last synced: 9 days ago
JSON representation
Personal project of a social network for my portfolio.
- Host: GitHub
- URL: https://github.com/juanfalconcodigo/social-boilerplate
- Owner: juanfalconcodigo
- Created: 2020-05-19T18:53:57.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-22T16:43:34.000Z (about 2 years ago)
- Last Synced: 2024-11-24T22:13:05.733Z (2 months ago)
- Topics: api-graphql, apollo-server, backend, bcryptjs, boilerplate, graphql, jwt-authentication, mongodb, mongoose, mutation, nodejs, query, subscription, typescript
- Language: TypeScript
- Size: 698 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ***Backend Nodejs - Graphql - Typescript - MongoDB***
### Es necesario tener instalado la última versión estable de [*Node*](https://nodejs.org/en/) y recomendable tener tambien [MongoDB](https://www.mongodb.com/download-center/community) .
#### Reconstruir módulos de Node :
```
npm i
```
#### Actualizar dependencias :
```
npm update
```
#### Levantar el servidor en producción:
```
npm run dev
```
#### Generar archivo para producción :
```
npm run build
```
#### Referential image :
> ![No image](./images/playground.png)- *Observación:* **Esto es un desarrollo personal con Nodejs - Graphql - Typescript - MongoDB.**
> ***Juan Diego Falcón Córdova*** (Junior Web Developer :computer: - Perú)