Skip to content

Commit

Permalink
feat: import code from book with some improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
0x5ea000000 committed Feb 21, 2024
1 parent 7d2de03 commit 4e9d709
Show file tree
Hide file tree
Showing 34 changed files with 3,251 additions and 59 deletions.
Empty file removed .env
Empty file.
6 changes: 6 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
POSTGRES_USER=postgres
POSTGRES_PASSWORD=
POSTGRES_HOST=localhost
POSTGRES_PORT=5432
POSTGRES_DB=rush
PASETO_KEY=
24 changes: 23 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,23 @@
/target
# Generated by Cargo
# will have compiled files and executables
debug/
target/

# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Cargo.lock

# These are backup files generated by rustfmt
**/*.rs.bk

# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb

# IDEA config files
.idea

# Vscode config files
.vscode

#Environment variables
.env
Loading

0 comments on commit 4e9d709

Please sign in to comment.