Skip to content

merytpeters/HNG_backend_track

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HNG Backend Track

This is a repository for all backend tasks in the HNG program

Stage zero

Public UserInfo API

This folder contains a public API that displays my email, the current date and time, and information about this repository.

Setup

  1. Fork and clone the repository.
  2. Create a virtual environment:
    python -m venv venv
  3. Activate the virtual environment:
    • On Windows:
      venv\Scripts\activate
    • On macOS/Linux:
      source venv/bin/activate
  4. Install the required dependencies:
    pip install -r requirements.txt
  5. Run the application locally using FastAPI:
    uvicorn main:app
    Or
    cd stage0
    fastapi dev main.py
  6. Check it out here https://hng-backend-track.vercel.app/userinfo

Stage one

Number classification api

Setup

Similar to stage 0

or

visit : https://hng-backend-track.vercel.app/api/classify-number?number=371 (number can be changed)

Releases

No releases published

Packages

No packages published

Languages