Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 21 days 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 month ago)
- Default Branch: master
- Last Pushed: 2024-12-19T11:09:25.000Z (23 days ago)
- Last Synced: 2024-12-19T12:24:00.728Z (23 days ago)
- Topics: docker, fullstack, rocket, rust, sea-orm, svelte
- Language: Svelte
- Homepage:
- Size: 2.42 MB
- Stars: 1
- 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`