https://github.com/F0903/cereal-co-fullstack
The Cereal Co. week 10-11 fullstack assignment of Specialisterne. Made with Rust and Svelte.
https://github.com/F0903/cereal-co-fullstack
docker fullstack rocket rust sea-orm svelte
Last synced: 6 months ago
JSON representation
The Cereal Co. week 10-11 fullstack assignment of Specialisterne. Made with Rust and Svelte.
- Host: GitHub
- URL: https://github.com/F0903/cereal-co-fullstack
- Owner: F0903
- Created: 2024-12-09T14:59:24.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-10T17:01:37.000Z (about 1 year ago)
- Last Synced: 2025-04-07T18:16:40.945Z (10 months ago)
- Topics: docker, fullstack, rocket, rust, sea-orm, svelte
- Language: Svelte
- Homepage:
- Size: 2.36 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cereal Co. Week 10-11 Fullstack Project
The week 10-11 fullstack assignment of Specialisterne. Made with Rust and Svelte.
## Running
To run the project, you can configure and start both backend and frontend as specified in their READMEs. You must also have a database (such as MySQL) running in the background. Alternatively, you can run it with Docker compose.
> Remember to set `.env` files
### Building Docker compose stack
Make sure to set the required environment variables in both **backend** and **frontend** in a `.docker.env` file, NOT the normal `.env`.
Then you can run `docker compose up --build`