Skip to content

Develop a hypothetical game very similar to Monopoly, where several of its mechanics have been simplified.

Notifications You must be signed in to change notification settings

duanribeiro/desafio_brasilprev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BrasilPrev Python Developer Challenge

alt text

  1. Run the server-side Flask app in one terminal window:

    $ cd server
    $ python3.7 -m venv env
    $ source env/bin/activate
    (env)$ pip install -r requirements.txt
    (env)$ python3 run.py

    Navigate to http://localhost:5000/api/game

  2. The API is self documented using Swagger.

    Navigate to http://localhost:5000/api/docs

  3. To run the tests, go to server folder and open a terminal:

    $ pytest

About

Develop a hypothetical game very similar to Monopoly, where several of its mechanics have been simplified.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published