Skip to content

imranur8/backend-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Backend API

Express REST API and Apollo graphQL server with typescript

Technology Stack

  • Node.js
  • Express
  • MongoDB
  • TypeScript
  • Apollo

Requirements

NodeJS

Yarn Yarn is what we use to manage API server dependencies, so we're going to need that. You can install it using Homebrew (or any of the other methods mentioned in the install docs):

Getting Started

You should install MongoDB on your local machine, or use other services such as mLab or Compose

After that, you will have to replace the mongoURL with your MongoDB address in lib/app.ts

Clone this repository

git clone git@github.com:imranur8/backend-api.git

Then install the dependencies

yarn install

Start server

Run in development mode

yarn dev

Run in development mode with node inspect

yarn dev-debug

API documentations

Build api documentations

yarn apidoc

Open /docs/index.html in browser for api documentations details.

TODO

Testing

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published