Skip to content

ArnoldoRicardo/zipcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

What is this?

this web is a abstraction of the zippopotam.us API for search zipcode

backend

the backend is a graphql api made with apollo-server, axios

the project is in the directory backend

how to run the project

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

frontend

the frotend is a spa made with react, apollo-client, formik, uuid

the project is in the directory frontend

how to run the project

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors