A Haber Module web project
Live Demo: https://news-demo-fullstack.netlify.app/
Clone
$ git clone https://github.com/bahlbii/35inch-news.git
$ cd 35inch-news
$ cd backend
$ npm install
$ nodemon server
$ cd client
$ npm install
$ npm start
1. Hosted postgreSQL on elephantsql.com was used
2. React + bootstrap and MDBootstrap(material design with bootstarp) was used for frontend.
3. Nodejs for the backend and Axios for hitting API endpoints.
4. Postman was used to test all API calls