olawale-o / infoware

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Infoware

Built with

  • Node.js
  • MySQL
  • Sequelize

Getting started

To get a local copy of this repository kindly follow the steps below.

  • Scroll to top of this current repository
  • Click on the Code button with background color green on the right end corner
  • Click on the clipboard icon on the extreme right of the dropdown to copy the repository link
  • In your local PC, open your terminal or command prompt in the folder you would like to clone this repository into
  • Type git clone (copied link) on the currently opened terminal or command prompt
  • Remember to change (copied link) to git@github.com:olawale-o/infoware.git which is the name of the repository

Running the app

Development

Install

npm install

Setup Database

npm run db:create:dev

Migrate Database

npm run db:migrate

Usage

npm run start

Test

npm run db:create:test
npm test

Endpoints

  • POST
/api/v1/employees
  • GET
/api/v1/employees?page=1&per_page=5&include=metadata
  • GET
/api/v1/employees/1
  • PUT
/api/v1/employees
  • DELETE
/api/v1/employees

👤 Omoogun Olawale

Acknowledgments

  • Infoware

About


Languages

Language:JavaScript 100.0%