Skip to content

Commit 54564d4

Browse files
Update README
1 parent 999c090 commit 54564d4

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

server/README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,19 @@
22

33
## Usage
44

5+
Rename `.env.example` to `.env` and paste database url.
6+
57
```
68
$ cd server
79
$ python src/app.py
810
```
911

12+
To create migrations folder:
13+
14+
```
15+
alembic init -t async migrations
16+
```
17+
1018
## Requirements
1119

1220
- alembic 1.8.1
@@ -19,7 +27,8 @@ $ python src/app.py
1927
## TODO
2028

2129
- [x] Link endpoint
22-
- [ ] Statistics endpoint, clicks route
30+
- [x] Statistics endpoint, clicks route
31+
- [ ] Basic statistics
2332
- [ ] Auth
2433

2534
## Project structure

0 commit comments

Comments
 (0)