Skip to content

iamkerim/News

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation


newsText

News Portal

News site where you can find all hot news!

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage

About The Project

News site where you can register and comment on any news post! After first registration you will need to wait for admin to verify you and then you will be able to login. You have an option to login as a guest but you won't be able to comment until successfuly registration!

Root directory layout

.
├── client   
├── server
├── package-lock.json

Client directory layout

.
├── public
├── src
├── package.lock.json
├── package.json

Server directory layout

.
├── controllers
├── middleware
├── models
├── routes
├── index.js
├── package.lock.json
└── package.json

(back to top)

Built With

(back to top)

Getting Started

Prerequisites

Install NPM

  • npm
    npm install npm@latest -g

Start your server and run the script included in the project.

Preparation

  1. Clone the repo
    git clone https://github.com/KerimMbegovic/News.git
  2. Install NPM packages in client folder
    npm install
  3. Open server folder and install NPM packages
    npm install
  4. Start client
    npm start
  5. Start server
    npm start

(back to top)

Usage

Login screen:
Login-screen

Registration screen:
Sign-up-screen

Home screen as guest:
dashboard-guest

Home screen as users:
dashboard-user

Add news posts:
search-add-news

News details:
news-detail-comment

(back to top)

Contact

Kerim Muharembegović - muharembegovic.kerim@gmail.com

(back to top)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published