Skip to content

Woochack/prime-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Adam Luczak Task

This is a project created as a solution of the task for the Game Analytics, Backed API Developer.

Functionality

It is simple RESTful API that is listing all of the PrimeNumbers in the given range.

  • app.py main file which consists of routes and methods
  • index.html consists of simple html layout based on bootstrap
  • test_app.py basic tests for the api

Preparing Environment

  • pull the repo to your local machine
  • create venv
  • run command pip install -r requirements.txt

The api

  • to start run command python3 app.py
  • to test run command python -m unittest

About

game-analytics-task

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages