Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/moutpessemier/gamehub-backend

The backend server for the app GameHub using Express
https://github.com/moutpessemier/gamehub-backend

backend express gamehub mongo mongoose nodejs typescript

Last synced: 5 days ago
JSON representation

The backend server for the app GameHub using Express

Awesome Lists containing this project

README

        

# 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

- [IOS Frontend](https://github.com/MoutPessemier/GameHub-IOS)
- [Android Frontend](https://github.com/MoutPessemier/GameHub-Android)
- [Twitter](https://twitter.com/MoutPessemier)
- [LinkedIn](https://www.linkedin.com/in/moutpessemier/)