Repo for the group project we're working on. This is a booking system to book a slot on one of two EV chargers.
- run
git clone https://github.com/orlafoley/ev-charger.git - run
cd ev-charger - run
npm install - run
npm run dev - Open http://localhost:5173 in your browser
- Open a second terminal within your IDE
- run
cd src/backend - run
go run main.go - This is running on http://localhost:8080
To add to this project:
- Navigate to the top of this page (https://github.com/orlafoley/ev-charger)
- Click "Fork" to create a version of this project from your own account
- git clone https://github.com/your-username/ev-charger.git
- cd ev-charger
- Open this project in your IDE of choice
- Use git checkout -b branch-name to create a branch
- Run the project in a local environment
- Make whatever changes you see fit
- git add .
- git commit -m "Message describing your changes"
- git push origin
- Create a pull request https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork
- Wait for your changes to be approved