/mern-app

A graphQL based CRUD application. It allows to create, update and remove users.

Primary LanguageJavaScript

MERN-APP

Using the GraphQL as a query language, ReactJS as a front-end library and Apollo as a query system.

GitHub Logo

Clone the repository and install dependencies

npm install

Go to server folder and run

node index.js on terminal. This will start the GraphQL server on localhost:4000

Go to client folder and run

npm start on terminal. This will start the ReactJS development environment on localhost:3000