Project with the objective of allowing a user to select their favorite products through different sources, even the fake ones
cd frontend
cp .env.example .env
nano .env # Fill in the necessary variables
cd ..
docker-compose up
# Being at the root of the repository
cd backend
cp .env.example .env
nano .env # Fill in the necessary variables
yarn install
yarn dev
# Being at the root of the repository
cd frontend
cp .env.example .env
nano .env # Fill in the necessary variables
yarn install
yarn dev
For more details, just consult the README of each project.
FakeEcommerce is MIT licensed.