https://github.com/fossmec/printappfrontend
The facility at Model Engineering College, Kochi
https://github.com/fossmec/printappfrontend
Last synced: 9 months ago
JSON representation
The facility at Model Engineering College, Kochi
- Host: GitHub
- URL: https://github.com/fossmec/printappfrontend
- Owner: FossMec
- Created: 2019-02-26T14:50:06.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-26T15:13:00.000Z (over 7 years ago)
- Last Synced: 2025-02-26T23:40:56.944Z (over 1 year ago)
- Language: JavaScript
- Size: 13.8 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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