Skip to content

BytesRobotics/gb-node-api

Repository files navigation

gb-node-api

CodeFactor DeepScan grade

Master

Build Status Coverage Status codebeat badge

Development

Build Status Coverage Status codebeat badge

Local node server on each GB. Typescript based NodeJS Server.

Documentation

All methods are documented using jsdoc tags. Tests are written in the test folder using Mocha and NYC for coverage checking.

Authentication

  • Auth is provided through the /auth routes
  • Register at /auth/register with a "email" and "password" key. Your user ID will be returned if successful
  • Login at /auth/login with a "email" and "password" key. Your user ID and a token will be returned
  • To access protected routes, put the returned token inside of the header as the Authorization key
  • All routes but login and register are protected

Get Started Developing

Ensure you have node installed (I prefer nvm to manage versions), typescript, and typescript-watch npm i -g tsc-watch typescript

Clone the repository into your choice location, and cd gb-local-node-server.

Install dependencies: npm i

Install and run your mongod client.

npm run dev to compile and run the server.

Code Quality Checks

I've implemented some checkers for code quality

  • PreCommit - Prettier using pretty-quick and tslint auto fix and check
  • PrePush - npm run test to test all code before pushing

Make sure you have clean code before pushing

About

API for handling multiple gb

Resources

Stars

Watchers

Forks

Packages

No packages published