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

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

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