/ageapi

Primary LanguagePython

Simple Age Calculator api

Local Setup

1.Install pipenv

pip install pipenv

2.Activate VirtualEnv

pipenv shell

3.Run the server

python manage.py runserver

Routes

/api/getage/<int:day>/<int:month>/<int:year>/