Skip to content

Latest commit

 

History

177 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TJTS5901 The Social Network Syndicate / The Socal Auction Network

URL for the auction app: https://thesocialnetworksyndicate-app.azurewebsites.net/

This is a group project for 2023 TJTS5901 Continuous Software Engineering -course.

To get started with the project, see week_1.md

Start the app

Repository provides an docker-compose file to start the app. Edit docker-compose.yml to uncomment the ports, and run:

docker-compose up --build tjts5901

App can be also started from Dockerfile, with flask debug turned on, and current folder in editable mode. It has the benefit of automatically reflecting code changes in the app.

docker build -t tjts5901 .
docker run -it -p 5001:5001 -e "FLASK_DEBUG=1" -v "${PWD}:/app" tjts5901

Please see the docs/tjts5901 folder for more complete documentation.

Bug reporting

Please report any bugs or issues you encounter by using the Gitlab "Issues"-functionality and the "bug_report_template"-template. Link to the Gitlab issue generation: https://gitlab.jyu.fi/the-social-network-syndicate/the-social-auction-network/-/issues/new

About

No description, website, or topics provided.

Resources

Code of conduct

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages