Job searching web application built using Python's FASTApi framework
How to use the code??
1.Clone the git repository using below command
git clone https://github.com/mdmudassir7/JobApp.git
2.Create a virtual environment
python -m venv env
3.Install the requirements
pip install -r requirements.txt
4.Start the server
uvicorn main:app --reload
5.Visit the localhost port 8000
http://127.0.0.1:8000/
6.For the api documentation visit
http://127.0.0.1:8000/docs