Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/moutpessemier/gamehub-backend
- Owner: MoutPessemier
- Created: 2019-10-13T11:46:53.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T22:37:23.000Z (about 2 years ago)
- Last Synced: 2023-03-06T09:06:53.254Z (almost 2 years ago)
- Topics: backend, express, gamehub, mongo, mongoose, nodejs, typescript
- Language: TypeScript
- Homepage:
- Size: 316 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
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/)