Git Product home page Git Product logo

comapp-server's Introduction

comapp-server

Description

GraphQL API for a clients & projects that has Creating, Updating and Deleting implementations for both project and client info

Technologies

Express is a minimal and flexible Node.js web application framework that provides a robust set of features for web and mobile applications. It is responsible for serving the server

Express-GraphQL is the simplest way to run a GraphQL API server is to use Express, a popular web application framework for Node.js. It is responsible for connecting expressjs and graphql

GraphQL is a query language for APIs and a runtime for fulfilling those queries with your existing data. GraphQL provides a complete and understandable description of the data in your API, gives clients the power to ask for exactly what they need and nothing more. It is responsible for defining the graphQL query schemas and providing the GrapphQL schema types

Mongoose offers Object Data Modelling, basically a neater way to work with mongoDB in this case. It is responsible for Object Data Modelling

How to Use

Go ahead and clone this repo git clone https://github.com/muriukialex/comapp-server.git then run yarn add or npm i

Test out the server

  1. Create a MongoDB
  2. Create a .env file then;
cp .env.sample  .env
  1. In your .env file, replace the following with your credentials and MongoDB connection string
MONGODB_USERNAME=username /*your MongoDB username*/
MONGODB_PASSWORD=password /*your MongoDB db password*/
MONGODB_CLUSTER=MongoDB_cluster /*your MongoDB connection string*/
  1. Start the server
yarn dev

OR

npm run dev
Credits ๐Ÿ™๐Ÿพ

This project was made following through Brad Traversy's GraphQL tutorial. Thanks Brad

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.