Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

The backend server for the app GameHub using Express

Notifications You must be signed in to change notification settings

MoutPessemier/GameHub-Backend

Repository files navigation

GameHub Backend

The backend for the GameHub app. This app is about meeting other people and playing (board)games together. You can make or participate in parties and enjoy evenings with friends and foes.

Technologies used

  • Node.JS
  • MongoDB (Mongoose)
  • Express

NPM Commands

  • npm run dev --> starts the server
  • npm run test [:watch|:coverage] --> runs the tests
  • npm run build --> builds the server

Links