Skip to content

bahlbii/35inch-news

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

35Inch News Webapp

A Haber Module web project

Live Demo: https://news-demo-fullstack.netlify.app/

Installation

Clone

  $ git clone https://github.com/bahlbii/35inch-news.git
  $ cd 35inch-news

server side:

  $ cd backend
  $ npm install
  $ nodemon server

client side:

  $ cd client
  $ npm install
  $ npm start

PERN Stack

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

Releases

No releases published

Packages

No packages published