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

https://github.com/mrirakib04/server-1

server-1 For web-practice-7
https://github.com/mrirakib04/server-1

cors express mongodb node

Last synced: 2 months ago
JSON representation

server-1 For web-practice-7

Awesome Lists containing this project

README

          

# Server-1

# For: web-practice-7 - Chill Gamer

## Links:

- **Web:** [https://mrirakib-web-practice-7.netlify.app/](https://mrirakib-web-practice-7.netlify.app/)
- **Repo:** [https://github.com/mrirakib04/web-practice-7/](https://github.com/mrirakib04/web-practice-7/)

## Features

- **Game Reviews:**

- Fetch all reviews.
- Get top-rated reviews.
- Get reviews sorted by publish year.
- Fetch a review by its ID.
- Get reviews for a specific user.
- Add a new review.
- Update an existing review.
- Delete a review.

- **Watchlist:**
- Fetch all watchlist items.
- Get a user's watchlist by email.
- Add a new item to the watchlist.
- Remove an item from the watchlist.

## Technologies Used

- **Express.js**: Web framework for Node.js to handle HTTP requests.
- **MongoDB**: NoSQL database to store game reviews and watchlist data.
- **CORS**: Middleware to handle cross-origin requests.
- **dotenv**: For managing environment variables such as MongoDB credentials.

## Conclusion

Thank you for checking out my repository. If you have any feedback or suggestions, feel free to reach out!

---

Developed by **Md Rakibul Islam Rakib**