Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eoguvo/busytrip
https://github.com/eoguvo/busytrip
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/eoguvo/busytrip
- Owner: eoguvo
- Created: 2022-06-25T04:16:42.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-08-27T14:10:58.000Z (over 2 years ago)
- Last Synced: 2023-08-27T18:58:51.287Z (over 1 year ago)
- Language: TypeScript
- Size: 650 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
π Busytrip π
Webapp made for people find companies (study purposes only, not functional)
π§ Busytrip app 1.0 π Alpha... π§
Tabela de conteΓΊdos
=================* [To Do](#todo)
* [Running](#rodando)
* How to use
* [Website](#deploy)
* [Prerequisites](#prerequisites)
* [Installing](#install)
* [Technologies](#techs)
π To Do
- [X] Feed
- [X] Login
- [X] Context
- [X] Toasts feedbacks
- [X] Eslint e Prettier
- [ ] Create a company by frontend
- [ ] Testing
π² Running
Online demo available in Soon
PrΓ©-requisites
> Before start, you need have installed in your machine:
[Git](https://git-scm.com) and [Node.js (npm)](https://nodejs.org/en/).
> In addition, it is good to have an editor to work on the code, such as [VSCode](https://code.visualstudio.com/).
Follow those steps to install:
```bash
# clone the repository in your machine
$ git clone https://github.com/Gustavo-Henrique-br/Busytrip
$ cd Busytrip# Install the dependencies:
$ yarn# Running in dev mode
$ yarn start# All commands above should run in root
# Remember to change frontend e backend .env files
```
π Tecnologias
# Backend
- [Overnightjs](https://github.com/seanpmaxwell/overnight)
- [Ramda](https://ramdajs.com/)
- [Joi](https://joi.dev/)
- [JWT](https://jwt.io/)
- [Mongoose](https://mongoosejs.com/)# Frontend
- [React Query](https://tanstack.com/query/v4/)
- [Framer Motion](https://www.framer.com/motion/)
- [Leaflet](https://leafletjs.com/)
- [Hot toast](https://react-hot-toast.com/)
- [Recoil](https://recoiljs.org/)And [typescript](https://www.typescriptlang.org/) in everything :D