Skip to content

orlafoley/ev-charger

Repository files navigation

ev-charger

Repo for the group project we're working on. This is a booking system to book a slot on one of two EV chargers.

To run this in a local development environment, please run the following:

Frontend

  1. run git clone https://github.com/orlafoley/ev-charger.git
  2. run cd ev-charger
  3. run npm install
  4. run npm run dev
  5. Open http://localhost:5173 in your browser

Backend

  1. Open a second terminal within your IDE
  2. run cd src/backend
  3. run go run main.go
  4. This is running on http://localhost:8080

To add to this project:

  1. Navigate to the top of this page (https://github.com/orlafoley/ev-charger)
  2. Click "Fork" to create a version of this project from your own account
  3. git clone https://github.com/your-username/ev-charger.git
  4. cd ev-charger
  5. Open this project in your IDE of choice
  6. Use git checkout -b branch-name to create a branch
  7. Run the project in a local environment
  8. Make whatever changes you see fit
  9. git add .
  10. git commit -m "Message describing your changes"
  11. git push origin
  12. 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
  13. Wait for your changes to be approved

About

Repo for the group project we're working on

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •