Skip to content

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.

Notifications You must be signed in to change notification settings

sbefort/PriceMe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PriceMe

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.

Getting Started

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 [email protected] 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:https://localhost:3000 and register as a new user.

image

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published