Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kaveeshadinamidu authored Nov 19, 2022
1 parent 10b2f04 commit 39523c8
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Ninety Camera - Smart Monitoring Platform for Security Cameras

Ninety Camera is a smart monitoring platform for security cameras which can detect human intrusions from camera footage and notify users about the intruder. The whole system is come up with a desktop application, mobile applicatin and a web application. This is the frontend of the web application.
Ninety Camera is a smart monitoring platform for security cameras which can detect human intrusions from camera footage and notify users about the intruder. The whole system is come up with a desktop application, mobile applicatin and a web application. This is the frontend of the web application. This web application is only available for the admin users.

![GitHub language count](https://img.shields.io/github/languages/count/Ninety-Camera/web-frontend)
![GitHub top language](https://img.shields.io/github/languages/top/Ninety-Camera/web-frontend)
Expand All @@ -15,7 +15,13 @@ Ninety Camera is a smart monitoring platform for security cameras which can dete
## Setup
- Clone the Repository
- Run `npm i` to install the required packages
- Run `npm start` to start the development server

## Develop
- Fork the repository to your github account
- Clone the project to your pc
- Install the required packages and test

Note:- You need to setup the backend of the web server to run this application. You can find the backend in [here](https://github.com/Ninety-Camera/web-backend)

### `npm start` Command to execute the programme

You can find the backend of this application in [here](https://github.com/Ninety-Camera/web-backend)

0 comments on commit 39523c8

Please sign in to comment.