This is a repository for all backend tasks in the HNG program
This folder contains a public API that displays my email, the current date and time, and information about this repository.
- Fork and clone the repository.
- Create a virtual environment:
python -m venv venv
- Activate the virtual environment:
- On Windows:
venv\Scripts\activate
- On macOS/Linux:
source venv/bin/activate
- On Windows:
- Install the required dependencies:
pip install -r requirements.txt
- Run the application locally using FastAPI:
Or
uvicorn main:app
cd stage0 fastapi dev main.py
- Check it out here https://hng-backend-track.vercel.app/userinfo
Similar to stage 0
or
visit : https://hng-backend-track.vercel.app/api/classify-number?number=371 (number can be changed)