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
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.
- git
- Node.js
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
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
- MongoDB Atlas
- angular - Angular 9
- nodejs - Node.js framework
- moment - for date calculations
- AngularDoc - Angular Documentation and tutorials
- NodejsDoc nodejs Documentation and tutorials
- w3schools - HTML tutorials
- Stackoverflow
- GoodREADME - how to write a good README
- Shoham Yamin - shohamyamin
- Roy Atali - roy845