{"id":16211676,"url":"https://github.com/laurabeatris/gofinances-api","last_synced_at":"2025-03-19T09:30:42.610Z","repository":{"id":43945587,"uuid":"264712161","full_name":"LauraBeatris/gofinances-api","owner":"LauraBeatris","description":"Rest API to manage financial transactions - Built with Express, TypeORM and Postgres","archived":false,"fork":false,"pushed_at":"2023-01-24T02:36:02.000Z","size":2300,"stargazers_count":14,"open_issues_count":15,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-17T05:44:27.167Z","etag":null,"topics":["api","backend","express","postgres","rest","rest-api","typeorm","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LauraBeatris.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-05-17T16:41:44.000Z","updated_at":"2024-06-11T05:56:35.000Z","dependencies_parsed_at":"2023-02-13T12:30:50.906Z","dependency_job_id":null,"html_url":"https://github.com/LauraBeatris/gofinances-api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"rocketseat-education/gostack-template-typeorm-upload","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LauraBeatris%2Fgofinances-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LauraBeatris%2Fgofinances-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LauraBeatris%2Fgofinances-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LauraBeatris%2Fgofinances-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LauraBeatris","download_url":"https://codeload.github.com/LauraBeatris/gofinances-api/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244398423,"owners_count":20446422,"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":["api","backend","express","postgres","rest","rest-api","typeorm","typescript"],"created_at":"2024-10-10T10:48:56.356Z","updated_at":"2025-03-19T09:30:42.134Z","avatar_url":"https://github.com/LauraBeatris.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"left\"\u003e\n   \u003cimg src=\".github/logo-docs.gif\" width=\"200\"/\u003e\n\u003c/p\u003e\n\n# Go Finances\n\n\u003e Store transactions and keep up to date with your balance\n\n\u003e [Click here to see the database model](https://dbdiagram.io/d/5ec2703039d18f5553ff5e91)\n\n\u003e [![Run in Insomnia}](https://insomnia.rest/images/run.svg)](https://insomnia.rest/run/?label=GoFinances%20API\u0026uri=https%3A%2F%2Fraw.githubusercontent.com%2FLauraBeatris%2Fgofinances-api%2Fmaster%2F.github%2Fdocumentation.json)\n\n[![Author](https://img.shields.io/badge/author-LauraBeatris-1E78F6?style=flat-square)](https://github.com/LauraBeatris)\n[![Languages](https://img.shields.io/github/languages/count/LauraBeatris/gofinances-api?color=%231E78F6\u0026style=flat-square)](#)\n[![Stars](https://img.shields.io/github/stars/LauraBeatris/gofinances-api?color=1E78F6\u0026style=flat-square)](https://github.com/LauraBeatris/gofinances-api/stargazers)\n[![Forks](https://img.shields.io/github/forks/LauraBeatris/gofinances-api?color=%231E78F6\u0026style=flat-square)](https://github.com/LauraBeatris/gofinances-api/network/members)\n[![Contributors](https://img.shields.io/github/contributors/LauraBeatris/gofinances-api?color=1E78F6\u0026style=flat-square)](https://github.com/LauraBeatris/gofinances-api/graphs/contributors)\n# :pushpin: Table of Contents\n\n* [Features](#rocket-features)\n* [Installation](#construction_worker-installation)\n* [Getting Started](#runner-getting-started)\n* [FAQ](#postbox-faq)\n* [Found a bug? Missing a specific feature?](#bug-issues)\n* [Contributing](#tada-contributing)\n* [License](#closed_book-license)\n\n# :rocket: Features\n\n* 🌴 Transactions CRUD\n*  📂 Import transactions from CSV files\n\n# :construction_worker: Installation\n\n**You need to install [Node.js](https://nodejs.org/en/download/) and [Yarn](https://yarnpkg.com/) first, then in order to clone the project via HTTPS, run this command:**\n\n```git clone https://github.com/LauraBeatris/gofinances-api.git```\n\nSSH URLs provide access to a Git repository via SSH, a secure protocol. If you use a SSH key registered in your Github account, clone the project using this command:\n\n```git clone git@github.com:LauraBeatris/gofinances-api.git```\n\n**Install dependencies**\n\n```yarn install```\n\nCreate your enviroment variables based on the examples of ```.env.example```\n\n```cp .env.example .env```\n\nAfter copying the examples, make sure to fill the variables with new values.\n\n**Setup a database**\n\nInstall [Postgres](https://www.postgresql.org/) to create a database or if you have [Docker](https://www.docker.com/) in your machine, fill the environment values related to database configurations and then run the following commands in order to create a postgres container.\n\n```docker-compose up```\n\n# :runner: Getting Started\n\nRun the transactions in order to configure the database schema\n\n```yarn typeorm migration:run```\n\nRun the following command in order to start the application in a development environment:\n\n```yarn dev:server```\n\n# :postbox: Faq\n\n**Question:** What are the tecnologies used in this project?\n\n**Answer:** The tecnologies used in this project are [NodeJS](https://nodejs.org/en/) + [Express Framework](http://expressjs.com/en/) to handle the server and [TypeORM](https://typeorm.io/#/) \n\n# :bug: Issues\n\nFeel free to **file a new issue** with a respective title and description on the the [GoFinances API](https://github.com/LauraBeatris/gofinances-api/issues) repository. If you already found a solution to your problem, **i would love to review your pull request**! Have a look at our [contribution guidelines](https://github.com/LauraBeatris/gofinances-api/blob/master/CONTRIBUTING.md) to find out about the coding standards.\n\n# :tada: Contributing\n\nCheck out the [contributing](https://github.com/LauraBeatris/gofinances-api/blob/master/CONTRIBUTING.md) page to see the best places to file issues, start discussions and begin contributing.\n\n# :closed_book: License\n\nReleased in 2020.\nThis project is under the [MIT license](https://github.com/LauraBeatris/gofinances-api/master/LICENSE).\n\nMade with love by [Laura Beatris](https://github.com/LauraBeatris) 💜🚀\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaurabeatris%2Fgofinances-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flaurabeatris%2Fgofinances-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaurabeatris%2Fgofinances-api/lists"}