{"id":18362753,"url":"https://github.com/gabyse1/sp-website","last_synced_at":"2026-02-27T01:32:31.248Z","repository":{"id":64114414,"uuid":"573504784","full_name":"gabyse1/sp-website","owner":"gabyse1","description":"It is a dynamic website composed of two applications. \"Admin\" app, a custom control panel that allows you to manage all the models used to deploy the dynamic website. \"Display\" app that creates all website pages retrieving the updated information from the \"Admin\" app. Both apps are linked to the same database to manage the data.","archived":false,"fork":false,"pushed_at":"2024-07-30T01:47:23.000Z","size":101076,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"dev","last_synced_at":"2025-03-30T20:31:30.083Z","etag":null,"topics":["django","javascript","postgresql","python","scss"],"latest_commit_sha":null,"homepage":"http://ec2-3-80-252-241.compute-1.amazonaws.com/","language":"HTML","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/gabyse1.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":"2022-12-02T16:10:29.000Z","updated_at":"2024-07-30T01:48:04.000Z","dependencies_parsed_at":"2024-11-05T23:01:03.540Z","dependency_job_id":"1bafbea6-2197-4437-abd8-8d2e7d1e02b5","html_url":"https://github.com/gabyse1/sp-website","commit_stats":{"total_commits":144,"total_committers":1,"mean_commits":144.0,"dds":0.0,"last_synced_commit":"4e0e7835dd9e87d642532c53d35e31e0c5b2d4f3"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gabyse1/sp-website","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabyse1%2Fsp-website","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabyse1%2Fsp-website/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabyse1%2Fsp-website/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabyse1%2Fsp-website/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gabyse1","download_url":"https://codeload.github.com/gabyse1/sp-website/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabyse1%2Fsp-website/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29880759,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-26T23:51:21.483Z","status":"ssl_error","status_checked_at":"2026-02-26T23:50:46.793Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["django","javascript","postgresql","python","scss"],"created_at":"2024-11-05T23:00:50.451Z","updated_at":"2026-02-27T01:32:31.218Z","avatar_url":"https://github.com/gabyse1.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# sp-website\nSierra Productiva is a website whose main goal is to convey the importance of a Development Proposal called Sierra Productiva. This proposal seeks to guide the development of poor small farmers to improve the productivity of their family farms through the incorporation of productive technologies. This improvement will allow them to become small entrepreneurs, and thus overcome poverty.\n\n![screenshot-desktop](sp-website-screenshot-desktop-1200x627.png)\n![screenshot-mobile](sp-website-screenshot-mobile-375x667.png)\n![screenshot-admin-pages](sp-website-screenshot-admin-pages-1200x627.png)\n![screenshot-admin-sections](sp-website-screenshot-admin-sections-1200x627.png)\n\n\n## Features\n\n- The website is composed of two applications: appManageWSSP and appDisplayWSSP.\n- AppManageWSSP is a content management that allows the admin user to manage all database information, which will be displayed on the appDisplayWSSP.\n  - It allows admin user create, edit, and delete the website pages and their content such us section, descriptive articles, graphic articles, sliders, stylesheets, etc.\n  - Admin the countries.\n  - Admin the Peru's regions, provinces, and districts.\n  - Admin the media resources like images and videos.\n  - Admin the third party articles about Sierra Productiva.\n  - List the contact emails sent from the official website.\n  - The super user can manage the admin users information.\n- AppDisplayWSSP retrieves all the database information to dynamically builds the Sierra Productiva oficial website.\n  - This app displays the information in two languages Spanish and English.\n\n\n## Live demo\n\n[http://ec2-3-80-252-241.compute-1.amazonaws.com/](http://ec2-3-80-252-241.compute-1.amazonaws.com/)\n\n\n## Built With\n\n- Python\n- Django\n- JavaScript\n- SCSS\n- Postgresql\n- Docker\n\n\n## Getting Started\n\n\nTo get a local copy up and running follow these simple example steps.\n\n### Prerequisites\n\n- Have `git` installed on your local computer.\n- Have `docker` and `docker compose` installed on your local computer.\n\n### Install\n\n- Run the commant `git clone git@github.com:gabyse1/sp-website.git` or `git clone https://github.com/gabyse1/sp-website.git` to clone this repository to your local computer. Choose the location you prefer.\n- Run the command `docker compose build` to build the project image and install all the project's dependencies.\n\n\n### Usage\n\n- Run the command `docker compose up -d` to run the project.\n- Restore the database backup.\n- Open the url `http://127.0.0.1` on a browser to visualize the oficial website.\n- Open the url `http://127.0.0.1/manage/index` on a browser to access to the content management.\n\n\n## Authors\n\n👤 **Gabriela Sánchez Espirilla**\n\n- GitHub: [@gabyse1](https://github.com/gabyse1)\n- LinkedIn: [gabyse](https://www.linkedin.com/in/gabyse/)\n- Twitter: [@gse_sd](https://twitter.com/gse_sd)\n\n\n## 🤝 Contributing\n\nContributions, issues, and feature requests are welcome!\n\nFeel free to check the [issues page](../../issues/).\n\n\n## Show your support\n\nGive a ⭐️ if you like this project!\n\n\n## 📝 License\n\nThis project is [MIT](./LICENSE) licensed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgabyse1%2Fsp-website","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgabyse1%2Fsp-website","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgabyse1%2Fsp-website/lists"}