Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Configured express-server working #49

Merged
merged 3 commits into from
Jun 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .env.sample
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
PORT=99999
PG_USER=DatabaseUsername
PG_HOST=host.of.database.rlwy.net
PG_DATABASE=name
PG_PASSWORD=password
PG_PORT=99999
58 changes: 0 additions & 58 deletions .github/workflows/fuzz-testing.yml

This file was deleted.

31 changes: 0 additions & 31 deletions .github/workflows/tests.yml

This file was deleted.

4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@
/cache

# Typechains assists with type safety when interacting with contracts.
/typechain-types
/typechain-types

yarn.lock
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# Express-Server
# Express-Server TS
Loading