Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
pkill37 committed Jul 11, 2017
1 parent 63d507e commit 16cce5b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 15 deletions.
16 changes: 5 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Teamup
Developed at Shift Appens, a 48h hackathon set in Coimbra, Teamup is an app that helps you find people to play sports with.
# Teamup

Developed at Shift Appens, a 48h hackathon set in Coimbra, Teamup is an app that helps you find people to play sports with.

## Technologies

Expand All @@ -17,24 +17,18 @@ Developed at Shift Appens, a 48h hackathon set in Coimbra, Teamup is an app that

## Development

## Dependencies
### Dependencies

```
$ cd server
$ pip install -r requirements.txt
```

## Run
### Run

```
$ cd server
$ chmod +x start.sh
$ ./start.sh
```

```
$ cd server
$ chmod +x restart.sh
$ ./restart.sh
```

3 changes: 0 additions & 3 deletions server/restart.sh

This file was deleted.

2 changes: 1 addition & 1 deletion server/start.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export FLASK_APP=server.py
#flask initdb
flask initdb
flask run --host=0.0.0.0 --port=1337

0 comments on commit 16cce5b

Please sign in to comment.