-
Notifications
You must be signed in to change notification settings - Fork 0
/
installation.txt
28 lines (17 loc) · 1.05 KB
/
installation.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
###Installation###
Copy the VIDEO_ANNOTATION folder to your system.
Install node.js in your system (https://nodejs.org/en/).
Go to the folder using terminal and use command npm install to install all dependencies and then use npm start to start the application.
The application will run on port 4200, you can go to localhost:4200 in your browser.
To login use
email: [email protected]
password: 123456
All other users listed in the superadmin users page have the same password 123456
Front end is connected to a remote server,if you want to run the server on your pc, just open another terminal and
traverse to the folder location and type the command 'node server.js'
This will run a node server on port 3200.
Go to environment.ts file and use
backendUrl: 'http://localhost:3200/api' to connect to your local server
The server is connected to a remote database.
If you want to connect to your own/local datase.
Just create a database with annotation_tool.sql file in your mysql server and go to server.js file and change the connection to your own database.