this web is a abstraction of the zippopotam.us API for search zipcode
the backend is a graphql api made with apollo-server, axios
the project is in the directory backend
for run the project, you need install the dependencies
pnpm install
and run the dev server with
pnpm dev
also you could run the test with
pnpm test
and build the production bundle with
pnpm build
the frotend is a spa made with react, apollo-client, formik, uuid
the project is in the directory frontend
for run the project, you need install the dependencies
pnpm install
and run the dev server with
pnpm dev
also you could run the test with
pnpm test
and build the production bundle with
pnpm build