Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lzhudson/plann.er
Plann.er is a travel planning web app. Initially, the idea is to enter a destination, the start and end date of the trip and invite your friends.
https://github.com/lzhudson/plann.er
Last synced: about 2 months ago
JSON representation
Plann.er is a travel planning web app. Initially, the idea is to enter a destination, the start and end date of the trip and invite your friends.
- Host: GitHub
- URL: https://github.com/lzhudson/plann.er
- Owner: lzhudson
- License: mit
- Created: 2024-07-13T00:39:00.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-14T12:23:24.000Z (5 months ago)
- Last Synced: 2024-07-14T18:36:27.173Z (5 months ago)
- Language: TypeScript
- Homepage:
- Size: 310 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[![Author](https://img.shields.io/badge/author-lzhudson-00B37E?style=flat-square)](https://github.com/lzhudson)
[![Languages](https://img.shields.io/github/languages/count/lzhudson/plann.er?color=%2300B37E&style=flat-square)](#)
[![Stars](https://img.shields.io/github/stars/lzhudson/plann.er?color=00B37E&style=flat-square)](https://github.com/lzhudson/plann.er/stargazers)
[![Forks](https://img.shields.io/github/forks/lzhudson/plann.er?color=00B37E&style=flat-square)](https://github.com/lzhudson/plann.er/network/members)
[![Contributors](https://img.shields.io/github/contributors/lzhudson/plann.er?color=00B37E&style=flat-square)](https://github.com/lzhudson/plann.er/graphs/contributors)* [Overview](#memo-overview)
* [Features](#rocket-features)
* [Installation](#construction_worker-installation)
* [Found a bug? Missing a specific feature?](#bug-issues)
* [Contributing](#tada-contributing)
* [License](#closed_book-license)# :memo: Overview
Plann.er is a travel planning web app.
Initially, the idea is to enter a destination, the start and end date of the trip and invite your friends. You can register all the activities you're going to do on the trip by entering your name and the date and time so that no one is left out. You can also enter important links such as the link to a particular restaurant, the location of a tourist attraction and finally you can manage your guest list.
# :rocket: Features
* Create trip
* Register start and end date from trip
* Invite people via e-mail.
* Record the activities of each day of the trip with their title and date/time.
* Register important travel links# :construction_worker: Installation
## Configure back-end
**You need to install [Node.js](https://nodejs.org/en/download/) and then, to clone the project via HTTPS, run this command:**
```
git clone https://github.com/rocketseat-education/nlw-journey-nodejs
```SSH URLs provide access to a Git repository via SSH, a secure protocol. If you have a SSH key registered in your Github account, clone the project using this command:
```
git clone [email protected]:rocketseat-education/nlw-journey-nodejs.git
```**Install dependencies**
```
npm i
```**Create the .env file with the following content**
```env
DATABASE_URL="file:./dev.db"
API_BASE_URL="http://localhost:3333"
WEB_BASE_URL="http://localhost:3000"
PORT="3333"
```**Start development server**
```bash
npm run dev
```## Configure front-end
**You need to install [Node.js](https://nodejs.org/en/download/) and then, to clone the project via HTTPS, run this command:**
```
git clone https://github.com/lzhudson/plann.er.git
```SSH URLs provide access to a Git repository via SSH, a secure protocol. If you have a SSH key registered in your Github account, clone the project using this command:
```
git clone [email protected]:lzhudson/plann.er.git
```**Install dependencies**
```
npm i
```**Start development server**
```
npm run dev
```# :bug: Issues
Feel free to **file a new issue** with a respective title and description on the [plann.er](https://github.com/lzhudson/plann.er/issues) repository. If you already found a solution to your problem, **I would love to review your pull request**! Have a look at our [contribution guidelines](https://github.com/lzhudson/plann.er/blob/main/CONTRIBUTING.md) to find out about the coding standards.
# :tada: Contributing
Check out the [contributing](https://github.com/lzhudson/plann.er/blob/main/CONTRIBUTING.md) page to see the best places to file issues, start discussions and begin contributing.
# :closed_book: License
Released in 2024
This project is under the [MIT license](https://github.com/lzhudson/plann.er/blob/main/LICENSE).Designed by [Rockeseat](https://github.com/Rocketseat) and developed by [Hudson Holanda](https://github.com/lzhudson) 🖤🚀