/GraphQL-with-nodeJS-and-angularJS

Implementation of GraphQL and nodeJS for server, AngularJS and apollo for front end (UI) and mongodb as the date base.

Primary LanguageJavaScript

GraphQL-with-nodeJS-and-angularJS

Implementation of GraphQL and nodeJS for server, AngularJS and apollo for front end (UI) and mongodb as the date base. You are required to install mongoDB on your system. GraphQL pre-installed and postgresql also pre-installed.

Need to have prior knowledge of nodeJS as you will be using node commands in this project.

The UI is not decorated(css is not applied, please adjust.)

You can use your css in index.css according to your convinience.

app.js is the file for nodeJS. App.js is the file for AngularJS.

Take care for app and App, both are different files. Please initialise node so that all the dependencies come into your file. **Each package is required, so make sure you install each package before running it on server.

**Make sure you use proper port naming in mongoDB, it is highly important.

Thanks..