Skip to content

Latest commit

 

History

History
executable file
·
40 lines (26 loc) · 797 Bytes

File metadata and controls

executable file
·
40 lines (26 loc) · 797 Bytes

Squad App Setup

The Project Management Tool designed for TWorks is a powerful and efficient solution tailored to streamline task management and communication within the TWorks organization. This tool is specifically crafted to meet the unique needs and demands of TWorks teams, offering seamless task reminders and notification capabilities to enhance productivity and collaboration.

Installation

git clone [email protected]:tworksrepos/newsquad.git
cd newsquad

Client Side

cd client
npm install 
npm start

Server Side

cd server
npm install
npm start

Export & Import of DataBase

#Export DataBase
mysqldump -u suhail -p tworksdb > tworksdb_backup.sql


#Import DataBase
mysql -u suhail -p tworksdb < tworksdb_backup.sql