We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 999c090 commit 54564d4Copy full SHA for 54564d4
server/README.md
@@ -2,11 +2,19 @@
2
3
## Usage
4
5
+Rename `.env.example` to `.env` and paste database url.
6
+
7
```
8
$ cd server
9
$ python src/app.py
10
11
12
+To create migrations folder:
13
14
+```
15
+alembic init -t async migrations
16
17
18
## Requirements
19
20
- alembic 1.8.1
@@ -19,7 +27,8 @@ $ python src/app.py
27
## TODO
28
21
29
- [x] Link endpoint
22
-- [ ] Statistics endpoint, clicks route
30
+- [x] Statistics endpoint, clicks route
31
+- [ ] Basic statistics
23
32
- [ ] Auth
24
33
25
34
## Project structure
0 commit comments