buemura / deedni-backend

This app is a job board application inspired in indeed, where companies can post new jobs, and cadidates can apply to the jobs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

deedni

deedin is a job board inspired in indeed

Setup

  1. Install dependencies

     npm instal
  2. Setup prisma

    npx prisma generate
  3. Run application

    npm run start:dev
  4. Access swagger documentation on browser
    http://localhost:8080/api/docs

About

This app is a job board application inspired in indeed, where companies can post new jobs, and cadidates can apply to the jobs.

License:MIT License


Languages

Language:TypeScript 97.3%Language:Dockerfile 1.3%Language:JavaScript 1.2%Language:Shell 0.1%