A fullstack application for creating and reading Gamebooks online. This application is composed of a REST API made in Golang and of a FrontEnd made in Sveltekit.It was made as a project during my third year at Polytech Montpellier.
- Clone the repo
git clone [email protected]:noetarbouriech/storiesque.git
-
Edit the
.env
file -
Run the following command
sudo docker compose -f docker-compose.prod.yml up -d
sudo docker compose -f docker-compose.dev.yml up -d
cd backend
go mod .
go run .
cd frontend
npm install
npm run dev