Skip to content

nayasafwan/onspec_task

Repository files navigation

Candidadate API

Description

This is a Node.js + Express + Sequelize + MySQL API to manage candidates.

Installation

  1. Clone the repo:

    git clone https://github.com/nayasafwan/onspec_task.git
    cd onspec_task
    
  2. Install Dependencies

    npm install
    
  3. Configure Database Update config/config.json with your MySQL database credentials:

  4. Run the server

    npm run start
  5. Run test cases

    npm run test
    

Run using Docker

docker-compose up --build

API Endpoints

Create a new candidate

POST /candidate

Edit a new Candidate

PATCH /candidate/:id

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors