Skip to content

this is API for a note managing application with authentication that uses node/express along with testing with Jest , Travis CI for continuous integration and code climate for maintainability

Notifications You must be signed in to change notification settings

willyserge/notes-keeper_backend

Repository files navigation

notes-keeper_backend

Build Status Coverage Status Maintainability

Technologies

  • NodeJs - Web Server.
  • ExpressJs - Server framework.
  • MongoDb - Database.
  • Babel - ES6 Javascript compiler.
  • Eslint - Javascript code and syntax linter (Airbnb style guide was implemented on this project).

Testing tools

  • Jest - Delightful JavaScript Testing.
  • Supertest - Javascript Assertion Library.
  • Coveralls - Test Coverage History & Statistics.

Installation and usage

  1. Clone this repo with git clone https://github.com/willyserge/notes-keeper_backend.git
  2. Run npm install to install dependencies.
  3. Run npm run test to test and check test coverage status .
  4. Run npm run dev to start the server

About

this is API for a note managing application with authentication that uses node/express along with testing with Jest , Travis CI for continuous integration and code climate for maintainability

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published