{"id":18697626,"url":"https://github.com/farischt/auth-ts","last_synced_at":"2026-04-11T11:01:44.930Z","repository":{"id":108614996,"uuid":"457883730","full_name":"farischt/auth-ts","owner":"farischt","description":"Authentication system based on Sequelize and NextJs (Typescript version and upgrade)","archived":false,"fork":false,"pushed_at":"2022-10-25T18:53:18.000Z","size":486,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-19T01:12:33.941Z","etag":null,"topics":["api-rest","authentication","nextjs","postgresql","react","tailwindcss","token","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/farischt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-02-10T17:39:20.000Z","updated_at":"2022-10-13T21:29:09.000Z","dependencies_parsed_at":"2023-04-26T14:45:54.479Z","dependency_job_id":null,"html_url":"https://github.com/farischt/auth-ts","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/farischt/auth-ts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farischt%2Fauth-ts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farischt%2Fauth-ts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farischt%2Fauth-ts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farischt%2Fauth-ts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/farischt","download_url":"https://codeload.github.com/farischt/auth-ts/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farischt%2Fauth-ts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31677819,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-11T08:18:19.405Z","status":"ssl_error","status_checked_at":"2026-04-11T08:17:08.892Z","response_time":54,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["api-rest","authentication","nextjs","postgresql","react","tailwindcss","token","typescript"],"created_at":"2024-11-07T11:24:59.841Z","updated_at":"2026-04-11T11:01:44.895Z","avatar_url":"https://github.com/farischt.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Authentication System by Farischt\n\nToken based authentication system using Next.js \u0026 PostgreSQL Database with sequelize ORM. (Ongoing version)\n\n## Installation\n\nFirst, you'll need node.js and yarn installed : [https://nodejs.org/en/].\n\n- Our version of node.js : v16.13.2\n- Our version of yarn : 1.22.17\n\n## Technologies\n\nOur project uses the following technologies :\n\n- The React framework Next.js for both front-end and back-end (React + Node.js running on the same server)\n- A PostgreSQL Database\n- Sequelize ORM\n- Typescript\n- Docker containers for postgres db and pgAdmin\n\n## Getting Started\n\nInstall all the dependencies by running the following command :\n\n```bash\nyarn install\n```\n\nGo to [this file](server/database/config/config.json) and add your own database configurations. If you are using docker, make sur you started your postgres container.\n\nThen, run both scripts:\n\n```bash\nyarn migrate\n\nyarn seed\n```\n\nMigrate and Seed scripts both run all the pending migrations/seeders.\n\nThen, run the development server:\n\n```bash\nyarn dev\n```\n\nIn order to correctly send e-mails, you must add your own email configurations to [this file](server/mails/config/config.json). For simplicity, we have used Etheral Email system. Feel free to create your own etheral account [here](https://ethereal.email/).\n\nOpen [http://localhost:3000](http://localhost:3000) with your browser to see the result.\n\n## Learn More\n\nTo learn more about Next.js, take a look at the following resources:\n\n- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.\n- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.\n\nYou can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffarischt%2Fauth-ts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffarischt%2Fauth-ts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffarischt%2Fauth-ts/lists"}