Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`