Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gabrielpenteado/api-game-news-blog
The API for a game newsletter/blog with user authentication system to create, read, update, delete posts, comments and likes. | Node.js | MongoDB | Express | Mongoose | JWT | Bcrypt |
https://github.com/gabrielpenteado/api-game-news-blog
bcrypt express jwt jwt-authentication jwt-token mongodb mongoose nodejs nodemon
Last synced: about 2 months ago
JSON representation
The API for a game newsletter/blog with user authentication system to create, read, update, delete posts, comments and likes. | Node.js | MongoDB | Express | Mongoose | JWT | Bcrypt |
- Host: GitHub
- URL: https://github.com/gabrielpenteado/api-game-news-blog
- Owner: gabrielpenteado
- License: mit
- Created: 2023-07-16T20:03:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-10T18:21:50.000Z (12 months ago)
- Last Synced: 2024-02-10T19:30:38.992Z (12 months ago)
- Topics: bcrypt, express, jwt, jwt-authentication, jwt-token, mongodb, mongoose, nodejs, nodemon
- Language: JavaScript
- Homepage:
- Size: 170 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
api-game-news-blog
The API to connect with game-news-blog repository.
### Build with
![express](https://img.shields.io/badge/Express-000?logo=express&logoColor=fff&style=for-the-badge)
![mongodb](https://img.shields.io/badge/MongoDB-47A248?logo=mongodb&logoColor=fff&style=for-the-badge)
![mongoose](https://img.shields.io/badge/Mongoose-800?logo=mongoose&logoColor=fff&style=for-the-badge)
![nodejs](https://img.shields.io/badge/Node.js-339933?style=for-the-badge&logo=nodedotjs&logoColor=white)
![nodemon](https://img.shields.io/badge/Nodemon-76D04B?logo=nodemon&logoColor=fff&style=for-the-badge)
![jwt](https://img.shields.io/badge/JSON%20Web%20Tokens-000?logo=jsonwebtokens&logoColor=fff&style=for-the-badge)
![swagger](https://img.shields.io/badge/Swagger-85EA2D?logo=swagger&logoColor=000&style=for-the-badge)### Requirements
- npm (^9.5.1)
- node.js (v18.16.0)
- [express](https://expressjs.com/pt-br/)
- [mongoDB](https://www.mongodb.com/)
- [mongoose](https://mongoosejs.com/)
- [jwt](https://jwt.io/)
- [bcrypt](https://www.npmjs.com/package/bcrypt)### Instalattion
1. Clone the repository.
`git clone https://github.com/gabrielpenteado/api-game-news-blog`2. Install all packages dependencies.
`npm install`3. Run server.
`npm run dev`
## 🤝 Contributions
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)
The foundation of the open source community are the contributions, them inspire us to learn and create. Any contributions are greatly appreciated.## 📄 License
This project is licensed under the MIT License. See the [LICENSE.md](https://github.com/gabrielpenteado/api-game-news-blog/blob/main/LICENSE.md) file for details.
Gabriel Penteado
Full Stack Developer
[![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/in/gabriel-penteado)
[![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white)](https://github.com/gabrielpenteado)
[![Gmail](https://img.shields.io/badge/[email protected]?style=for-the-badge&logo=gmail&logoColor=white)](mailto:[email protected])