Japhethca / sms-manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Coverage Status

SMS Managment Application

This is an SMS management API.

Setup

  • clone repository: https://github.com/Japhethca/sms-manager.git
  • change directory to cloned repository cd sms-manager
  • run yarn install to install dependencies
  • setup .env using template in .env_sample file
  • run database migration with yarn db:migrate
  • run yarn dev to start developement server or yarn start to start production server
  • test api endpoints on http://localhost:3300/api/v1/

Test

Ensure you have setup your local .env file before running tests. To start test,

  • run yarn test or yarn test:watch to run test in watch mode.
  • run yarn test:coverage to display test coverage

API Documentation

Go to Documentation

About

License:MIT License


Languages

Language:JavaScript 100.0%