https://github.com/syedwajihrizvi/gamecom-backend
Backend for the Gamecom front end
https://github.com/syedwajihrizvi/gamecom-backend
mongodb nodejs rest-api
Last synced: 3 months ago
JSON representation
Backend for the Gamecom front end
- Host: GitHub
- URL: https://github.com/syedwajihrizvi/gamecom-backend
- Owner: syedwajihrizvi
- Created: 2024-07-27T21:07:01.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-03-21T16:09:37.000Z (over 1 year ago)
- Last Synced: 2025-03-21T17:26:10.551Z (over 1 year ago)
- Topics: mongodb, nodejs, rest-api
- Language: JavaScript
- Homepage:
- Size: 3.05 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is just the backend for the GameCom application.
View front end here: https://github.com/syedwajihrizvi/GameCom
1) To avoid running into CORS issues
2) Also includes all routes database configurations
3) Go to the following repo: https://github.com/syedwajihrizvi/GameCom-BackEnd
4) Clone the repo using _git clone_
5) Do an _npm init_ to install all the packages
6) Run _node server.js_ on a separate terminal from the front end