Skip to content

Latest commit

 

History

History
34 lines (17 loc) · 672 Bytes

README.md

File metadata and controls

34 lines (17 loc) · 672 Bytes

WirelessPrintingApp

Team Members:

1.Aswin M Prabhu

2.Joyal A Johney

3.Vivek R

4.Aswin G

5.Ashmi

6.Srinidhi

To run the app on your local machine

1.Run "apt-get install nodejs" or install nodejs on windows

2.Goto the project folder and run "npm install"

3.Run "npm start"

For database testing

1.Install Postgresql with username 'postgres' and password 'postgres' (use defualt port ie, 5432)

2.Run psql

3.Create 'database' mecprint and a table 'users' in it

4.Add the following columns to the table - id INT PRIMARY KEY NOT NULL UNIQUE AUTOINCREMENT,username VARCHAR UNIQUE NOT NULL,password VARCHAR NOT NULL,phone VARCHAR UNIQUE NOT NULL