feat: Initialize NxMesh project with Docker, Nginx, PostgreSQL, and Rust backend

- Add Docker Compose configuration for development environment
- Create Nginx configuration files for routing and health checks
- Set up PostgreSQL database with health checks
- Add .dockerignore and .gitignore files to exclude unnecessary files
- Initialize Cargo.toml and Cargo.lock for Rust dependencies
- Include GNU General Public License for project
- Add README.md for project description
- Create Justfile for development workflow commands
This commit is contained in:
2026-03-02 12:32:01 +00:00
parent 096f6d558d
commit 39bd860c55
14 changed files with 965 additions and 0 deletions

1
.devcontainer/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
.env