{"id":15177703,"url":"https://github.com/cre8stevedev/mycalendrr","last_synced_at":"2026-01-05T05:04:51.325Z","repository":{"id":255424130,"uuid":"849570562","full_name":"Cre8steveDev/MyCalendrr","owner":"Cre8steveDev","description":"MyCalendrr - Building a Multi-User Appointment Manager App using a Postgres Database. Frontend Stack: TypeScript-ReactJS, TailwindCSS and Vite. Backend: Python/Flask, SQLAlchemy with a Monorepo setup.","archived":false,"fork":false,"pushed_at":"2024-09-10T14:42:40.000Z","size":3851,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-31T21:27:07.840Z","etag":null,"topics":["flask","postgres","python","reactjs"],"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/Cre8steveDev.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-29T20:42:58.000Z","updated_at":"2024-09-10T14:50:13.000Z","dependencies_parsed_at":"2024-08-29T23:12:51.780Z","dependency_job_id":"7343db73-2751-48de-bd9f-7ef3987c1cd3","html_url":"https://github.com/Cre8steveDev/MyCalendrr","commit_stats":{"total_commits":8,"total_committers":2,"mean_commits":4.0,"dds":0.125,"last_synced_commit":"83e3f60c012374ba5306be384b14b57b3d375b64"},"previous_names":["cre8stevedev/neon_postgres_flask_sqlalchemy_reactjs_starter_kit"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cre8steveDev%2FMyCalendrr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cre8steveDev%2FMyCalendrr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cre8steveDev%2FMyCalendrr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cre8steveDev%2FMyCalendrr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Cre8steveDev","download_url":"https://codeload.github.com/Cre8steveDev/MyCalendrr/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238366776,"owners_count":19460183,"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":["flask","postgres","python","reactjs"],"created_at":"2024-09-27T14:42:22.834Z","updated_at":"2025-10-26T16:30:51.005Z","avatar_url":"https://github.com/Cre8steveDev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MyCalendrr - Neon Open Source Starter Kit\n\nMyCalendrr is a powerful open source starter kit for building a multi-user appointment manager application. It uses a Neon Postgres database for efficient data storage and retrieval. The project is my submission for the Neon OSS Starter Kit Challenge on DEV and aims to provide developers with a solid foundation for quickly setting up a ReactJS Frontend and Flask Server Project in developing appointment management applications.\n\n## Features\n\n- Multi-user support: MyCalendrr allows multiple users to manage their appointments efficiently and share links to clients to book appointments.\n- Frontend Stack: TypeScript-ReactJS, TailwindCSS, and Vite.\n- Backend: Python/Flask and SQLAlchemy and Neon Postgres Database.\n- Monorepo setup: This kit follows a monorepo setup, allowing for better code organization and easier collaboration among developers.\n- GitHub Actions workflow: Basic setup for GitHub Actions workflow - customizable based on your project needs.\n\n## Getting Started\n\n- Clone the repository:\n\n```bash\ngit clone https://github.com/Cre8steveDev/Neon_Postgres_Flask_SqlAlchemy_ReactJS_Starter_Kit.git\n```\n\n- Install the required dependencies\n\n```bash\n# For the frontend\ncd client \u0026\u0026 npm install\n\n# For the backend\ncd server \u0026\u0026 python3 -m venv ./venv\n\n# On Linux Machines\nsource ./venv/bin/activate\n\n# Install dependencies for the backend\npip install -r requirements.txt\n\n```\n\n## Update Credentials in the .env in the server/ directory\n\n```bash\nDEV_BRANCH_NEON_DATABASE_URI=\"\"\nMAIN_BRANCH_NEON_DATABASE_URI=\"\"\nJWT_SECRET_KEY=\"\"\n\n```\n\n## Start the Project\n\n1. Start the frontend development server: `npm run dev`\n2. Start the backend server: `python app.py`\n3. Access MyCalendrr in your browser at `http://localhost:3000`\n\n## Contributing\n\nUpdate coming soon. Till then, happy coding.\n\n## License\n\nMyCalendrr is released under the [MIT License](LICENSE).\n\n## AUTHOR\n\n- Stephen Omoregie: Creator and maintainer of MyCalendrr\n\n## 🙏 Acknowledgements\n\nThanks to Neon for hosting this challenge and providing an amazing Postgres platform!\nChallenge Link: \u003chttps://dev.to/t/neonchallenge\u003e\n\n## Research Materials and Documentation\n\nPython and VsCode can be a bit whacky most times. If after installing a package, and your Vscode is still screaming \"I'm Losssst!\". Just restart the language server. Ctrl/Cmd + Shift + P then search `Language Server`\n\n1. Flask Migration - \u003chttps://blog.miguelgrinberg.com/post/how-to-add-flask-migrate-to-an-existing-project\u003e\n2. Flask SQLAlchemy - \u003chttps://flask-sqlalchemy.palletsprojects.com/en/3.1.x/\u003e\n3. Flask Bcrypt - \u003chttps://pypi.org/project/Flask-Bcrypt/\u003e\n4. Flask JWT Extended \u003chttps://flask-jwt-extended.readthedocs.io/en/stable/basic_usage.html\u003e\n5. Check out available options for JWT \u003chttps://flask-jwt-extended.readthedocs.io/en/stable/options.html\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcre8stevedev%2Fmycalendrr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcre8stevedev%2Fmycalendrr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcre8stevedev%2Fmycalendrr/lists"}