https://github.com/olivmath/tasker
A CRUD using MySQL, TypeScript and Express running on top of Google Cloud Platform
https://github.com/olivmath/tasker
Last synced: 2 months ago
JSON representation
A CRUD using MySQL, TypeScript and Express running on top of Google Cloud Platform
- Host: GitHub
- URL: https://github.com/olivmath/tasker
- Owner: olivmath
- License: mit
- Created: 2023-04-19T19:32:30.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-29T00:06:08.000Z (about 1 year ago)
- Last Synced: 2025-01-14T14:49:53.319Z (4 months ago)
- Language: TypeScript
- Homepage: https://tasker-xne7jred4q-uc.a.run.app
- Size: 75.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tasker
👋 Hi there, welcome to Tasker!
🚀 This is a simple CRUD app built with Typescript that allows you to save tasks of the type `task: clean house, status: done|doing|todo`.
## Technologies Used
💻 We used amazing technologies to make this project a reality, such as:
-  for write code;
-  for build a REST API;
-  on GCP;
-  for CI/CD;
-  to package the project, which is saved in the GCP Registry;
-  integrated directly with our CI/CD.## How to Run the Project
To run Tasker locally, follow these steps:
1. Clone the repository: `git clone https://github.com/your-username/tasker.git`;
2. Install the dependencies: `npm install`;
3. Run the project: `npm start`.To run Tasker with Docker, follow these steps:
1. Clone the repository: `git clone https://github.com/your-username/tasker.git`;
2. Create a Docker image of the project: `docker build -t tasker .`;
3. Run the container: `docker run -p 8080:8080 tasker`.## Contributing
👨💻 We hope you enjoy Tasker as much as we enjoyed building it. Feel free to explore it and contribute to its improvement.
### How to Contribute
1. Fork the repository;
2. Create a branch with your contribution: `git checkout -b my-contribution`;
3. Make the necessary changes;
4. Commit your changes: `git commit -m 'My Contribution'`;
5. Push to your branch: `git push origin my-contribution`;
6. Open a Pull Request.### How to Report Bugs
If you find any bugs in Tasker, please open a new issue informing the details about the problem you encountered.