{"id":23821017,"url":"https://github.com/truesparrowsystems/nft-or-not-be","last_synced_at":"2025-09-16T16:52:41.433Z","repository":{"id":64148369,"uuid":"573543757","full_name":"TrueSparrowSystems/nft-or-not-be","owner":"TrueSparrowSystems","description":null,"archived":false,"fork":false,"pushed_at":"2023-11-11T06:16:34.000Z","size":382,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-02-21T23:27:00.740Z","etag":null,"topics":["lens-protocol","web3"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/TrueSparrowSystems.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}},"created_at":"2022-12-02T18:07:46.000Z","updated_at":"2024-01-12T18:51:15.000Z","dependencies_parsed_at":"2023-02-19T06:01:18.387Z","dependency_job_id":null,"html_url":"https://github.com/TrueSparrowSystems/nft-or-not-be","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/TrueSparrowSystems/nft-or-not-be","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TrueSparrowSystems%2Fnft-or-not-be","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TrueSparrowSystems%2Fnft-or-not-be/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TrueSparrowSystems%2Fnft-or-not-be/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TrueSparrowSystems%2Fnft-or-not-be/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TrueSparrowSystems","download_url":"https://codeload.github.com/TrueSparrowSystems/nft-or-not-be/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TrueSparrowSystems%2Fnft-or-not-be/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275455320,"owners_count":25468206,"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","status":"online","status_checked_at":"2025-09-16T02:00:10.229Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["lens-protocol","web3"],"created_at":"2025-01-02T08:19:46.495Z","updated_at":"2025-09-16T16:52:41.411Z","avatar_url":"https://github.com/TrueSparrowSystems.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NFT or Not Backend\nNode.js repository for NFT or Not REST APIs and cron processes.\n\n## Documentation\n### OpenAPI Specs\nWe use OpenAPI specifications to standardize our API documentation. To generate the documentation, use the following command:\n```sh\n \u003e npm run generate-openapi-docs\n```\n\nYou can view the user-friendly UI of the specs by visiting `\u003cdomain\u003e/api-docs` in your browser.\n\n### DB Schema Doc\nWe use DBML to document the MySQL tables in our project. You can find the DB schema documentation in the `docs/dbSchema.dbml` file.\n\nTo view the schema diagram in a user-friendly graphical format, use the [online editor](https://dbdiagram.io/d).\n\n### Sequence Diagrams\nTo provide an easy-to-understand overview of the different steps involved in various flows, we've created a number of sequence diagrams.\nYou can find these diagrams in the `docs/sequenceDiagrams` folder.\n\n## Environment Setup\n\n### Prerequisites\nBefore you can start the server, please make sure that you have the following prerequisites installed:\n- [Node.js](https://nodejs.org/en/download/) - the latest LTS version is recommended.\n- [MySQL](https://www.mysql.com/downloads/)\n\nYou will also need to set the correct values for the environment variables mentioned in the `./env_vars.sample` file.\n\n### Starting the Server\nTo start the server, please follow the steps below:\n\n- Install the required NPM dependencies by running the following commands:\n```shell script\nrm -rf node_modules\nrm -rf package-lock.json\nnpm install\n```\n\n- Create the main db and create schema_migrations table using the following command:\n```shell script\nsource set_env_vars.sh\nnode db/seed.js\n  ```\n\n- Run all pending migrations by running the following commands:\n```shell script\nsource set_env_vars.sh\nnode db/migrate.js\n\n```\n\n- Start the server by running the following commands:\n```shell script\nsource set_env_vars.sh\nnpm start\n```\n\n### Start Cron Processes\nTODO\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftruesparrowsystems%2Fnft-or-not-be","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftruesparrowsystems%2Fnft-or-not-be","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftruesparrowsystems%2Fnft-or-not-be/lists"}