Preview | Technologies Used | How to run the project | How to contribute | License
Plann.er is a travel organizer where you can:
- Choose the start and end date of the trip;
- Invite friends to share the trip;
- Define the activities that will be carried out on the days of the trip;
- Add important links for the trip.
Link to API.
- Vite
- Axios
- React.js
- Tailwind
- Date-fns
- TypeScript
-
Clone this repository
git clone https://github.com/RuthMaria/planner.git
-
Create the ".env" file equal to the ".env.example" model, replace the ports according to those of your frontend.
-
Run backend
- Enter the backend folder
cd backend
- Install dependencies
npm install
- Run the project
npm run dev
-
Run frontend
- Enter the frontend folder
cd frontend
- Install dependencies
npm install
- Run the project
npm run dev
- Fork this repository,
- Create a branch with your feature:
git checkout -b my-feature
- Commit your changes:
git commit -m 'feat: My new feature'
- Push your branch:
git push origin my-feature
This project is under the MIT license. See the file LICENSE for more details.