Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abhijithk1/vacation-planner
Vacation Planner to add the users' vacations and see the vacations of his/her team
https://github.com/abhijithk1/vacation-planner
Last synced: 30 days ago
JSON representation
Vacation Planner to add the users' vacations and see the vacations of his/her team
- Host: GitHub
- URL: https://github.com/abhijithk1/vacation-planner
- Owner: abhijithk1
- Created: 2023-09-25T15:43:59.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-25T15:53:31.000Z (about 1 year ago)
- Last Synced: 2023-09-26T03:08:21.848Z (about 1 year ago)
- Language: JavaScript
- Size: 309 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vacation-planner
Vacation Planner to add the users' vacations and see the vacations of his/her team## Run Locally
### Prerequisite
_`npm` and `go` should be installed_To run the application locally :
- clone the repository https://github.com/abhijithk1/vacation-planner
- clone the backend repository [vacation-planner-backend](https://github.com/abhijithk1/vacation-planner-backend)
- Run the backend application in the terminal using the command : `go run .`
- Run the React application in a new terminal using the command : `npm run dev`