Skip to content

ioet/time-tracker-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

time-tracker-api

Set new environment in Windows

  • mkdir .venv
  • python -m venv .venv
  • .venv\Scripts\activate.bat
  • pip install -r requirements/prod.txt

Example usage in Windows

  • set FLASK_APP=time_tracker_api
  • flask run
  • Open http://127.0.0.1:5000/ in a browser

About

API to provide data to the time tracker project

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 37

Languages