Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 900 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 900 Bytes

timesheet-api

Backend API for automated timesheet system for Instant Deposit Limited (IDL) internship

Getting started

Once you have cloned the repository from github, set up your local development environment by installing all dependencies/requirements from the requirements file.

Start up the flask dev server bu running the commands flask run, python app.py, or python -m flask run

Once you have successfully started the development server visit the page homepage 127.0.0.1:5000/ and you should get a response from the server.

Tests

Check out the README file in the tests folder for more information on handling tests and test cases.

API Docs

The official API documentation for the TimeSheet API can be found here.