Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 743 Bytes

readme.md

File metadata and controls

24 lines (14 loc) · 743 Bytes

Phonebook

Heroku deployment 📱🖥💻

Now the app is also available in the web! Please visit https://quiet-taiga-37647.herokuapp.com/ to test Phonebook yourself.

How to run it ⚛

Presenting you a simple CRUD app made with a React Frontend utilizing Chakra UI as the components library and a TypeORM, Postgres and TypeScript Backend!

Made with the objective of learning more about the Express, Postgres, React and Node stack!

To run the project locally, you should have Docker and Docker-Compose installed

Simply type the commands bellow:

$ docker-compose build 
$ docker-compose up

Now visit http://localhost:4000 to access Phonebook!

Alt Text