Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 583 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 583 Bytes

MongoDB Companion API

API for MongoDB Companion Mobile App.

Technologies used:

  • Apollo GraphQL Server
  • MongoDB NPM Package

Installation

First, clone the project.

git clone https://github.com/GDGVIT/MongoDB-Companion-API.git

Use the package manager npm to install dependencies. Run the following command in root directory.

npm install

Set PORT = xxxx environment variable and run the project.

npm start

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.