{"id":13623856,"url":"https://github.com/Wellers0n/upload","last_synced_at":"2025-04-15T20:32:38.174Z","repository":{"id":63630867,"uuid":"569377021","full_name":"Wellers0n/upload","owner":"Wellers0n","description":"Fullstack monorepo for uploading transaction files","archived":false,"fork":false,"pushed_at":"2023-11-14T15:13:23.000Z","size":1620,"stargazers_count":26,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-08T12:42:36.359Z","etag":null,"topics":["docker","docker-compose","javascript","knex","knexjs","material-ui","monorepo","postgresql","reactjs","swagger","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Wellers0n.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2022-11-22T17:29:23.000Z","updated_at":"2024-10-15T14:50:13.000Z","dependencies_parsed_at":"2023-11-14T16:43:10.285Z","dependency_job_id":null,"html_url":"https://github.com/Wellers0n/upload","commit_stats":null,"previous_names":["wellers0n/upload"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wellers0n%2Fupload","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wellers0n%2Fupload/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wellers0n%2Fupload/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wellers0n%2Fupload/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Wellers0n","download_url":"https://codeload.github.com/Wellers0n/upload/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249148150,"owners_count":21220486,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","docker-compose","javascript","knex","knexjs","material-ui","monorepo","postgresql","reactjs","swagger","typescript"],"created_at":"2024-08-01T21:01:36.408Z","updated_at":"2025-04-15T20:32:37.759Z","avatar_url":"https://github.com/Wellers0n.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n    \u003cimg src=\"./upload.png\" height=\"130\"/\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/package-json/v/wellers0n/4fun-upload?style=flat-square\"/\u003e\n    \u003cimg src=\"https://img.shields.io/github/last-commit/wellers0n/4fun-upload?style=flat-square\"/\u003e\n    \u003ca href=\"https://twitter.com/wellers0n_\" target=\"_blank\"\u003e\n        \u003cimg src=\"https://img.shields.io/twitter/url/https/wellers0n_.svg?style=social\"/\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp\u003e\n   \u003ch1 align=\"center\"\u003e4fun-upload\u003c/h1\u003e\n\u003cp/\u003e\n    \n\u003cbr/\u003e\n\n## Fullstack typescript/javascript\n\n4fun-upload uses a stack full `JS/TS` on the frontend and backend, I'm making this project to improve\nmy skills!\n\n## Node version\n\nUse node `v18.12.1`\n\n## Initing in the your PC\n\n- For clone the project `git clone https://github.com/Wellers0n/upload.git`\n- Enter in the folder `cd upload/`\n\n## Install dependencies\n\n```sh\nyarn\n```\n\n## Avoid conflict\n\n- WARNIGN: If starting the application with docker-compose, avoid conflicts\n\n#### Mac\n\n```sh\nbrew services stop --all\n```\n\n#### Linux\n\n```sh\nsudo service postgresql stop\n```\n\n#### Windows\n\n```sh\npg_ctl -D \"C:\\Program Files\\PostgreSQL\\\u003cVersion\u003e\\data\" stop\n```\n\n## Init application\n\nInit frontend, backend and postgres with docker-compose or via script\n\nAt the root directory, run the following command:\n\n### Using docker\n\n```sh\n docker-compose up --build -d\n```\n\n## Run migrations and seed\n\n- NOTE: Wait for docker-compose or start postgres locally, to run the following command\n\n```sh\nyarn seed:server\n```\n\n## Listening in\n\nfrontend port: `http://localhost:5173`\n\nbackend port: `http://localhost:3001`\n\n## API Docs\n\nVisit [http://localhost:3001/docs/](http://localhost:3001/docs/) for more information about the documentation\n\n## Stack used\n\n[ReactJS](https://reactjs.org/)\u003cbr/\u003e\n[KoaJS](https://koajs.com/)\u003cbr/\u003e\n[Postgresql](https://www.postgresql.org/)\u003cbr/\u003e\n[Knex](https://knexjs.org/)\u003cbr/\u003e\n[Docker](https://www.docker.com/)\u003cbr/\u003e\n[Jest](https://jestjs.io/pt-BR/)\u003cbr/\u003e\n[Swagger](https://swagger.io/)\u003cbr/\u003e\n[Docker-compose](https://docs.docker.com/compose/)\u003cbr/\u003e\n[Yarn](https://yarnpkg.com/en/)\u003cbr/\u003e\n[WorkSpaces](https://yarnpkg.com/lang/en/docs/workspaces/)\u003cbr/\u003e\n[Styled-Components](https://www.styled-components.com/)\u003cbr/\u003e\n[Material-IU](https://mui.com/)\u003cbr/\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FWellers0n%2Fupload","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FWellers0n%2Fupload","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FWellers0n%2Fupload/lists"}