Follow these instructions to set up the local development environment for your project. You'll need two terminals open, one for the backend and one for the frontend.
- Open the first terminal.
- Create the .env file in both folders and put the credentiasl
- Change directory to the backend folder:
cd backend
- Start the backend server with Cargo:
cargo run
- Open the second terminal.
- Change directory to the frontend folder:
cd frontend
- Install the necessary node modules:
npm i
- Start the frontend application:
npm start
Both the backend and frontend should now be running. Access the frontend via the browser at the specified local address.
###NOTE: see all branches to see the contributions
###NOTE: Some images are wrong, but that's because the way they were fetched