https://github.com/mutokrm/globally
Let's arrange a global meeting really quickly with the help of Globally.
https://github.com/mutokrm/globally
express firebase javascript mongodb nodejs postgresql react typescript
Last synced: 3 months ago
JSON representation
Let's arrange a global meeting really quickly with the help of Globally.
- Host: GitHub
- URL: https://github.com/mutokrm/globally
- Owner: mutokrm
- License: mit
- Created: 2022-08-22T00:28:07.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-08-28T00:39:46.000Z (almost 3 years ago)
- Last Synced: 2025-03-02T06:28:04.346Z (3 months ago)
- Topics: express, firebase, javascript, mongodb, nodejs, postgresql, react, typescript
- Language: JavaScript
- Homepage: https://globally-time-zone-converter.herokuapp.com/
- Size: 1.13 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[![Issues][issues-shield]][issues-url]
[![MIT License][license-shield]][license-url]
[![LinkedIn][linkedin-shield]][linkedin-url]
Globally - timezone converter -
Let's quickly arrange a global meeting with the help of Globally.
Report Bug
·
Request Feature
Table of Contents
## About The Project
[![Product Name Screen Shot][product-screenshot]](https://example.com)
Globally quickly creates an email template so you can propose a meeting date even the attendees are in a different time zone.
### Built With
**Frontend**
* TypeScript
* React
* moment.js**Backend**
* JavaScript
* Express
* Knex.js
* moment.js**Authentication**
* Firebase
**Database**
* PostgreSQL
* MongoDB## Getting Started
To get a local copy up and running follow these simple example steps.
Clone the repo
```sh
git clone https://github.com/walnut07/Globally.git
```Install libraries
* npm
```sh
cd server
npm install cors dotenv express knex moment nodemon pg router mongodb
```
```sh
cd client
npm install axios firebase moment
```
Set up a database
* PostgreSQL```sql
CREATE DATABASE globally;
```
Create a `.env.local` file in `server/db` and add information below
```txt
DB_USER=YOUR DB USERNAME
DB_NAME=globally
```
* migration
```sh
cd server/db
knex migrate:latest
```Set up Firebase
1. Start a project at [https://firebase.google.com/](https://firebase.google.com/)
2. Create a `.env.development.local` file in `client/src````sh
cd client/src
cat .env.development.local
```3. Write config information in the file
```sh
REACT_APP_APIKEY="YOUR APIKEY"
REACT_APP_AUTHDOMAIN="YOUR AUTHDOMAIN"
REACT_APP_PROJECT_ID=
REACT_APP_STORAGE_BUCKET=
REACT_APP_MESSAGING_SENDER_ID=
REACT_APP_APP_ID=
REACT_APP_MEASUREMENT_ID=
```Ready to run the app
```sh
cd server
npm run
```
```sh
cd client
npm run
```## Usage
- Globally was developed to accelarate the speed of arranging a global meeting.
- Therefore, you can use this app whenever you are arranging a global meeting.### Persona & User story
Here's the plan that describes whom this app was built for.**Persona**
Briana Martin
- 34 years old and working in France
- Working for a trading company that imports many kinds of goods especially from Asia and South America**User story**
- Title
* She can propose her available date to her clients who live in different time zones.- Accepetant criteria
* GIVEN her available time and her clients' time zones
* WHEN she inputs them
* THEN she should see the available time in the chosen time zones.## Roadmap
- [x] The app takes in meeting dates in user's time zone and also attendee's timezones
- [x] The app converts the meeting timezones
- [x] The app displays the converted timezones to the UI
- [x] Users can log in with their Google account
- [x] CD/CI to Heroku
- [x] The app displays the converted timezones to the UI
- [x] React components are organized with the principals of Atomic Design
- [x] Code in Express Router is modularized
- [x] The app displays the converted timezones to the UI
- [x] The app is resonsive with React Bootstrap
- [ ] Users can save their meeting time in MongoDB
- Work-in-progressSee the [open issues](https://github.com/walnut07/Globally/issues) for a full list of proposed features (and known issues).
## Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request## License
Distributed under the MIT License. See `LICENSE.txt` for more information.
## Contact
Kurumi Muto - [@walnut07_](https://twitter.com/walnut07_)
Project Link: [https://github.com/walnut07/Globally](https://github.com/walnut07/Globally)
[contributors-shield]: https://img.shields.io/github/contributors/github_username/repo_name.svg?style=for-the-badge
[contributors-url]: https://github.com/github_username/repo_name/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/github_username/repo_name.svg?style=for-the-badge
[forks-url]: https://github.com/github_username/repo_name/network/members
[stars-shield]: https://img.shields.io/github/stars/github_username/repo_name.svg?style=for-the-badge
[stars-url]: https://github.com/github_username/repo_name/stargazers
[issues-shield]: https://img.shields.io/github/issues/github_username/repo_name.svg?style=for-the-badge
[issues-url]: https://github.com/walnut07/globally/issues
[license-shield]: https://img.shields.io/github/license/walnut07/globally.svg?style=for-the-badge
[license-url]: https://github.com/walnut07/globally/blob/master/LICENSE.txt
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555
[linkedin-url]: https://linkedin.com/in/kurumimuto
[product-screenshot]: images_doc/Globally-screenshot.png