express-walk retail portal designed to address the concern of an outdated UI.
If you wish to view a simple frontend to display other products questions and answers:
- Run
npm run react-dev
to start compiling the front end files. - You may change the url to select a different product to display by adding a
product_id
query to the url.
The default product_id displayed is 1.
e.g.localhost:3000/?product_id=<any product id you'd like to search for>
localhost:3000/?product_id=3
- In a separate terminal, run
npm run server-dev
to start the backend.
- Start your postgres database.
- The server should automatically create a database for the project
- Create a copy of the
example.env
file, rename the file to.env
and modify the database connections in accordance to your database settings.