Skip to content

A tool connected to the Product Hunt API that allows retrieving products released on a specific date and visualizing them

Notifications You must be signed in to change notification settings

ZouhairGhazi/WebAPP_ProductHunt_API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Web application based on the Product Hunt API

A tool connected to the Product Hunt API that allows retrieving products released on a specific date and visualizing them

Prerequisites

Make sure you have the following software installed on your machine:

  • Node.js
  • Angular CLI

Launching the Application

Start the front-end server (Angular):

cd .\Front-end\product-hunt_app\
npm install
npm run start

Start the back-end server (Node.js):

cd .\Back-end\
npm install
node server.js

Building for Production

To build the application for production, follow these steps for the frontend

cd .\Front-end\product-hunt_app\
ng build --prod

Configuration

If necessary, update the environment variables in the .env file located in the project root, for both front and backend.

About

A tool connected to the Product Hunt API that allows retrieving products released on a specific date and visualizing them

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published