Skip to content

GuilhermeCunha/fake-ecommerce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

March + Fake Ecommerce API

Project with the objective of allowing a user to select their favorite products through different sources, even the fake ones

How to run

With Docker

cd frontend
cp .env.example .env
nano .env # Fill in the necessary variables
cd ..
docker-compose up

Without Docker

# 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.

License

FakeEcommerce is MIT licensed.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published