An API for messaging application
-
Install node version 6 or higher
-
Install and setup mongodb
-
Clone this repo and navigate to the location
* `$ git clone https://github.com/emp-daisy/msg-tree.git`
-
Install all dependencies *
$ yarn install
-
Start the application *
$ yarn start:dev
-
Open on browser browser *
localhost:3000
yarn test
NodeJS - A JavaScript runtime built on Chrome's V8 JavaScript engine. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient.
ExpressJS - A minimal and flexible Node.js web application framework that provides a robust set of features for web and mobile applications.
GraphQl - GraphQL is a query language for APIs and a runtime for fulfilling those queries with your existing data.
Mongoose - Mongoose provides a straight-forward, schema-based solution to model your application data.
This project is licensed under MIT.
When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the author of this repository before making a change.
- All technologies & dependencies used in this application