Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

INFO API

This is a public API developed for the HNG12 Stage 0 Backend task using Django. It provides basic information such as your email, the current date and time in ISO 8601 format, and the GitHub URL of this repository.

Setup Instructions

  1. Clone the repository:
git clone https://github.com/Nobelwrite/info_api.git
  1. Install dependencies:
pip install -r requirements.txt
  1. Apply migrations to set up the database:
python manage.py migrate
  1. Run the API locally:
python manage.py runserver

API Documentation

Endpoint

GET /info/get_info

Response

{
  "email": "damilolajoseph91@gmail.com",
  "current_datetime": "2025-01-30T09:30:00Z",
  "github_url": "https://github.com/Nobelwrite/hng12-stage0-info-api"
}

Backlinks

About

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages