PriceMe is a demo app built in React, TypeScript, Node and a little bit of PostgreSQL. Users can use the PriceMe calculator to get cost breakdowns of selected commodities in different countries.
Clone the repo and run npm i within both the frontend and backend directories.
Add a .env file in the backend directory with some environment variables. Email sbefort@gmail.com to get the variable values.
PGUSER
PGHOST
PGPASSWORD
PGDATABASE
PGPORT
Run nodemon in the backend directory to get the backend server running.
Run npm start in the frontend directory to get the React app running.
Visit http://localhost:3000 and register as a new user.
