https://github.com/lordksix/nextadventure-frontend
https://github.com/lordksix/nextadventure-frontend
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lordksix/nextadventure-frontend
- Owner: lordksix
- License: gpl-3.0
- Created: 2023-10-24T02:39:10.000Z (over 1 year ago)
- Default Branch: dev
- Last Pushed: 2023-10-27T12:19:24.000Z (over 1 year ago)
- Last Synced: 2024-05-17T15:48:27.441Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://nextadventure-frontend.vercel.app
- Size: 236 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
Next Adventure App# π Table of Contents
- [π Table of Contents](#table-of-contents)
- [π Budget by Lordksix](#about-project)
- [π Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [π Live Demo](#live-demo)
- [π» Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [π₯ Authors](#Authors)
- [π Future Features](#future-features)
- [π€ Contributing](#contributing)
- [βοΈ Show your support](#οΈsupport)
- [π Acknowledgments](#acknowledgements)
- [β FAQ](#faq)
- [π License](#license)**Next Adventure App** is the back end of the Next Adventure App. Build using NestJS and PostgreSQL as database. It allows you to look for and book flights and login with Facebook and GOogle.
Client
- **Gitflow**
- **Implement SPA**
- **Connect to backend throught API**
- **Get cities available**
- **Booking flights**
> The frontend is deployed to [Live Demo](https://nextadventure-frontend.vercel.app/).
### Prerequisites
In order to run this project, LOCALLY, you need:
- To clone or fork this repo
- Have Angular CLI install and Node.js
- To use the deployed frontend or the project locally, you must clone the backend, follow the instructions and run it:
```sh
cd my-desired-folder
git clone https://github.com/lordksix/NextAdventure-backend.git
```
For more information on how to install ruby on your machine:
- How to install Node.js
- How to install Angular
### Setup
Clone this repository to your desired folder:
For example, using Ubuntu:
```sh
cd my-desired-folder
git clone https://github.com/lordksix/nextadventure-frontend.git
```
For more information on how to clone or fork a repository:
- How to clone a repo
- How to fork a repo
### Install
To install dependencies, the following command must be run in the terminal:
```sh
cd nextadventure-frontend
npm i
```
Run:
```bash
cp .env.example .env
```
### Usage
In the project directory, run the backend part of the application first then:
```sh
ng serve
```
### Run tests
No tests implemented
π€ **lordksix**
- GitHub: [@lordksix](https://github.com/lordksix)
- LinkedIn: [@wladpasquel](https://www.linkedin.com/in/wladpasquel/)
- Medium: [@wladimir.pasquel](https://medium.com/@wladimir.pasquel)
Future changes:
- Finish implementing JWT
- Improve layout and responsiveness
- Implement testing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project, I encourage you to clone, fork and contribute. Our community and knowledge grows with each engagement.
- Life is awesome!!!
This project is [GNU v3](./LICENSE) licensed.