Skip to content

RhoNit/jobs.Console

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jobs.Console: a job API 👽

A job posting console built in FastAPI


🛰 ER Diagram

🚀 Tech Stack:

  • FastAPI (microframework)
  • SQLAlchemy (ORM)
  • sqlite (DB)

🛠 Installation

Clone this repo

git clone "https://github.com/RhoNit/jobs.Console.git"

Navigate to the /backend sub-directory of the repo

cd backend

Create a virtual environment

python -m venv new-env

Activate the virtual environment

.\new-env\Scripts\activate     # for Windows

source new-env/bin/activate    # for Linux distros and macOS

Install all dependencies mentioned inside requirements.txt file

pip install -r requirements.txt

Run the application

uvicorn main:app --reload

Visit localhost:8000

http://127.0.0.1:8000

API Documentation and test APIs on

http://127.0.0.1:8000/docs

About

Jobs API using FastAPI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages