Skip to content

This is a simple project that displays products from Product Hunt API on a certain day.

Notifications You must be signed in to change notification settings

khaled-klod/ProductHunt

Repository files navigation

ProductHunt

This is a test project that displays products from Product Hunt API on a certain day (with DatePicker material and PieChart from chart.js module). Frontend: Angular (version 9.0.2) Backend: NodeJS (version 12.13.1) API: https://api.producthunt.com/v2/docs

Clone the repo

git clone https://github.com/kodeklaude/ProductHunt.git
cd ProductHunt

Install npm packages

Install the npm packages described in the package.json and verify that it works:

npm install
npm start

Development server

Run npm run serve to run (concurrently) the express server and Angular's dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.

Running unit tests

Run ng test to execute the unit tests via Karma.

About

This is a simple project that displays products from Product Hunt API on a certain day.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published