dapierce / podcastreview

Podcast reviewing website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Podcast Review

Podcast reviewing website. The two folders contain seperate Node programs:

/podcastreview-frontend - Angular front end website

/middleware - Express server middleware communicates to a backend DB by APIs

Installing both repos

cd podcastreview-frontend
npm install

The frontend will be installed by npm, and when it's over you can then install the middleware.

cd ../middleware
npm install

Now the middleware will be installed by npm, and with both complete, you are now ready to develop!

About

Podcast reviewing website


Languages

Language:TypeScript 68.1%Language:HTML 18.5%Language:CSS 8.8%Language:JavaScript 4.6%