The project of a smart online diary with lots of features.
- registration, authentication
- statistics for the last week/month/year/all time
- the ability to set major activities and mood for each day
- the ability to find other users by email or nickname and send them friend requests
- the ability to accept friend requests and see friends' statistics
-
Create file
config/postgres_credentials.txt
and fill it with your credentials (there is an example) -
Run the following commands:
go get -d ./src/... # Install dependencies
go run ./src/... # Run webserver