Skip to content

Latest commit

 

History

History
47 lines (21 loc) · 613 Bytes

README.md

File metadata and controls

47 lines (21 loc) · 613 Bytes

2020.7.16

add a very simple login web page, just visit 49.234.110.186:12345

just support login and signup right now

2020.7.9

update "login" api

update "signup" api

update "like" and "unlike" api

use local connection for database, database mutex lock is removed.

2020.7.8

use restful api standards

TODO: finish all api

every threads init own database connection, but use the globol connection.

2020.7.2

database request needs to rewrite

need two data struct for mysql and redis

record the api, table and so on

today I've coded some shit!!!

2020.7.1

add some APIs

add makefile