Skip to content

shohamyamin/Web-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web-Project

Web project

Server-Client application that shows the lasts Israel Corona Information. The information about Covid19 is from the Ministry of Health API

Link to the site: CoronaApp

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

  • git
  • Node.js

Installing

Clone the project

git clone https://github.com/shohamyamin/Web-Project.git
cd Web-Project

Install dependencies

cd client && npm install && cd ..
cd server && npm install && cd ..

Create .env file in server directory

  • see .env.example for example -fill in the .env file the DB User Name and Password: Connect me for them: shoham39@gmail.com

Deployment

Run server: chang directory into server directory and run

npm start

Run client: chang directory into client directory and run

npm start

Go to localhost:4200

you can Login with:

  • username - admin
  • password - admin

Built With

Additional libraries

  • moment - for date calculations

Sources of information

Authors