Skip to content

"GameDB: Organize, track, and discover games effortlessly. Angular, NestJS, MongoDB."

Notifications You must be signed in to change notification settings

Jaumoso/GameDB-server

Repository files navigation

GameDB

Welcome to the GameDB Web Application GitHub repository! This is an ongoing project aimed at providing gamers with a powerful tool to track the games they play, own, and want. As an enthusiast of MongoDB, NestJS, and Angular, you'll find this repository a perfect fit for your development needs.

Quality Badges

Quality Gate Status

Authors

Tech Stack

Client: Angular, Angular Material, SCSS

Server: NestJS

Database: MongoDB Atlas

Acknowledgements

Environment Variables

To run this project, you will need to add the following environment variables to your .env file on the GameDB-server side.

JWT_SECRET to secure the sessions.

MongoDB Atlas Authentication

DB_USER user of the MongoDB Atlas

DB_PASSWORD password of the MongoDB Atlas

IGDB Authentication

IGDB_CLIENT_ID Twitch developer API ID

IGDB_SECRET Twitch developer API Secret

IGDB_BASE_URL URL of the IGDB API https://api.igdb.com/v4

Run Locally

Clone the project

  git clone https://github.com/Jaumoso/GameDB-client.git

or

  git clone https://github.com/Jaumoso/GameDB-server.git

Go to the project directory

  cd GameDB-client

or

  cd GameDB-server

Install dependencies

  npm install -g yarn
  yarn install

Start the client / server

  yarn start:dev

Running Tests

To run tests, run the following command

  yarn test

About

"GameDB: Organize, track, and discover games effortlessly. Angular, NestJS, MongoDB."

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published