Ruby version: 3.2.2 Rails version: 7.1.2
I have deployed this project on Render and so if you want to take a look at the end-product, simply go to https://dazzling-queijadas-b8cd49.netlify.app (best experience on desktop and Google Chrome). However, since the backend is running on the free version of Render, the server gets spun down with inactivity. If the website is unresponsive at the beginning, you may have to wait a few minutes. If you want to run the webapp locally for a smoother experience, follow the steps below:
- Fork this repo.
- Clone your forked repo.
- Ensure you have the right versions of ruby and rails installed
- Open your terminal and navigate to the directory containing your cloned project.
- Enter the command:
rails server
- Follow the instructions on the frontend repo (CVWO-frontend) to run it locally.
- Important: Uncomment the local end-point at CVWO-frontend/src/data/API_URL.tsx when running the backend locally.