https://github.com/2enter/project-starter-v2
https://github.com/2enter/project-starter-v2
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/2enter/project-starter-v2
- Owner: 2enter
- Created: 2025-09-12T09:37:03.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-09-15T14:20:02.000Z (9 months ago)
- Last Synced: 2025-09-15T15:28:58.411Z (9 months ago)
- Language: Rust
- Size: 205 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Installation
```sh
git clone https://github.com/2enter/project-starter-v2
rm -rf .git
cp .env.example .env
```
### Database Setup
```sh
# In the root directory
dbmate up
```