corso-python-prato / share-system-team2

Apache License 2.0
2 stars 9 forks source link

share-system-team2

Build Status Coverage Status

Server

To start the server, go to the server directory and type:

$ python server.py [--debug | --verbose | -v <level>]

NB: The file storage root directory is created inside the current directory, i.e. the directory where you launch the server from, not inside the server module. Therefore, we suggest to start server from the directory that contains it.