Skip to content

ShopFlow is an open-source store consisting of two panels: admin and shop. The backend of this project is developed using Laravel, and the frontend of the shop project is developed using Next.js. We would be happy to have you contribute to the development of this project.

License

Notifications You must be signed in to change notification settings

bahman026/ShopFlow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Documant of the database:

https://docs.google.com/document/d/e/2PACX-1vTqah2hdQeeiu3Le07zfOfp5vK-ojLwJtQmzbgdoq_wmJu-0dBdTcFsS0uSiUtYpSglEwMD5xSFIiG5/pub

Setting Up and Running the Project in Docker:

In the infrastructure/docker directory, create a .env file and fill in the values according to .env.example. Then run the following command to create the Postgres and Redis containers:

sudo docker compose up -d --build


**note:** Make sure to configure the database settings in the .env files for both Admin and API projects as follows, if you haven't changed the host and port in the Docker Compose files:
```bash
DB_CONNECTION=pgsql
DB_HOST=db
DB_PORT=5432

Fill in the values for DB_DATABASE, DB_USERNAME, and DB_PASSWORD according to the .env file in the infrastructure directory.

About

ShopFlow is an open-source store consisting of two panels: admin and shop. The backend of this project is developed using Laravel, and the frontend of the shop project is developed using Next.js. We would be happy to have you contribute to the development of this project.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published