{"id":24977975,"url":"https://github.com/eduardorerick/delivery-app-fullstack","last_synced_at":"2026-04-14T10:33:08.658Z","repository":{"id":157797231,"uuid":"484868841","full_name":"eduardorerick/delivery-app-fullstack","owner":"eduardorerick","description":"Fullstack project using React, MaterialUI, Express, Prisma, Postgres and Docker","archived":false,"fork":false,"pushed_at":"2022-05-08T20:23:22.000Z","size":474,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-14T19:39:55.722Z","etag":null,"topics":["docker","docker-compose","express","nodejs","postgres","prisma","react"],"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/eduardorerick.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-04-23T22:21:46.000Z","updated_at":"2022-07-10T22:20:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"5fce4fdd-2573-4f28-a8ea-85fc4e4e4d2d","html_url":"https://github.com/eduardorerick/delivery-app-fullstack","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/eduardorerick/delivery-app-fullstack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eduardorerick%2Fdelivery-app-fullstack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eduardorerick%2Fdelivery-app-fullstack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eduardorerick%2Fdelivery-app-fullstack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eduardorerick%2Fdelivery-app-fullstack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eduardorerick","download_url":"https://codeload.github.com/eduardorerick/delivery-app-fullstack/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eduardorerick%2Fdelivery-app-fullstack/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31793215,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T02:24:21.117Z","status":"ssl_error","status_checked_at":"2026-04-14T02:24:20.627Z","response_time":153,"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":["docker","docker-compose","express","nodejs","postgres","prisma","react"],"created_at":"2025-02-03T23:42:35.824Z","updated_at":"2026-04-14T10:33:08.631Z","avatar_url":"https://github.com/eduardorerick.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Delivery app fullstack ~ONGOING PROJECT\nFirst full stack project to study Express making a CRUD, auth and jwt strategy. Using Prisma ORM and Postgres. \nFor front-end i use React with MaterialUI\n\n\n![image](https://user-images.githubusercontent.com/82004348/167314290-ff4aa830-690d-4b78-b12c-1b3f58f7ce2c.png)\n\n\n## Pre-requirements\n\nTo run this project, you will need:\n\n- [git](https://git-scm.com/downloads) (I've used version `2.26.2`)\n- [nodejs](https://nodejs.org/en/) (I've used version `v16.15.0`)\n- NPM (I've used version `8.5.5`)\n- [Yarn](https://yarnpkg.com/) (I've used version 1.22.15)\n- [Docker](https://www.docker.com/) (I've used Docker version 20.10.14 with Docker Desktop and wsl2)\n**Note:** When installing nodejs, NPM is automatically installed too.\n\n## Installation\n\nFirst clone the repo into your machine with: \n`git clone https://github.com/eduardorerick/nestjs-bookmarks.git`\n\nTo install the dev dependencies, run: \n`yarn`\n\n## Configuring the environment variables\n\nI uploaded the env files so you can use it for test!\n\n## Importing to insomnia\n\nYou can import the `Delivery App - API.json` file to Insomnia to see all the endpoints\n\n## Running the database \n\nIn this project, I run the database with a postgres image on docker.\n\nInside the api folder, you can run the database and run the migrations with the command: \n`yarn db:dev:restart`\n\n### Running the server \n\nInside folder web, run `yarn start` to run the server on port 3000.\n\n---\n\n\nImages of app in use : \n\n\n## CLIENT \n\n![image](https://user-images.githubusercontent.com/82004348/167314321-44b68251-8db0-4e9a-98e9-c53389559e02.png)\nWrong login\n\n![image](https://user-images.githubusercontent.com/82004348/167314340-aa9217b9-72a2-42df-a27b-6f9cb8444dc1.png)\nNew product\n\n![image](https://user-images.githubusercontent.com/82004348/167314348-660e231d-ff4d-4d82-8538-5a44b9397cb5.png)\nMy products page\n\n## DELIVERYMAN\n\n![image](https://user-images.githubusercontent.com/82004348/167314361-5ab0acd5-6888-461c-a73e-fff736f9675b.png)\nLogin as deliveryman\n\n![image](https://user-images.githubusercontent.com/82004348/167314379-bc86dfaa-0838-4c94-8019-3eb605f4845d.png)\nAccept new deliveries\n\n![image](https://user-images.githubusercontent.com/82004348/167314392-878379ce-ec73-494c-b953-b1124933953c.png)\nOngoing deliveries\n\n//\nMade with ❤️ by [Eduardo Rerick](https://github.com/eduardorerick).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feduardorerick%2Fdelivery-app-fullstack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feduardorerick%2Fdelivery-app-fullstack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feduardorerick%2Fdelivery-app-fullstack/lists"}