The entire codebase is here: Github repo
Feel free to play around.
The issue is described in the following issue: Github issue
When the GET
method is triggered, the current date is shown for all the retrieved entries even if the database is being populated correctly. I want the dates from the database to be returned when retrieving the database contents through GET
.
Use server-rs
folder for backend server. Instructions are mentioned in the README
.
cargo run --release
runs the server.