Skip to content

A simple Flask API application for applying to career openings

Notifications You must be signed in to change notification settings

saadaltabari/careers-at

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Careers at

A simple Flask API application for applying to career openings.

This application provides three API endpoints:

  • Submit Application
  • List Candidates
  • Install Candidate Resume

See the API documentation for further information.

Setup and Installation

This application is delivered using Docker, Docker containers wrap up software and its dependencies into a standardized unit for software development and delivery that includes everything it needs to run.

  • Install Docker from the following link.

  • Install the application.

git clone [email protected]:saadaltabari/careers-at.git && cd careers-at
  • Run the application with docker-compose.
docker-compose -f docker-compose.local.yml up --build

The previous command will:

  1. Install and run mariadb instance.

  2. Create database tables.

  3. Setup web application, install all requirements and run the api

The application should now be running on http://127.0.0.1:5000/ . see API documentation for endpoint details.

About

A simple Flask API application for applying to career openings

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published