HaseeebA/SecureTeams

Haseeb Asad

Graphic Designer
Software Engineer

SecureTeams

SecureTeams is a collaboration tool designed for IT companies, focusing on data security and compliance. This README provides instructions for setting up and running the application.

Version 0.1.0

Features:

Login and Signup: Users can securely login and signup with hashed passwords.
JWT Tokens: Session tokens are implemented alongside protected routes to ensure authenticated access.
Two-Factor Authentication (2FA): Added 2FA during Login for enhanced security. Users can select this optional option by going to their settings.
Adding Contacts: Users can add contacts using their emails.
Individual Messaging: Allows individual messaging between team members.
Profile: Users can now see their profile and edit it. This includes their name, email, password and profile photo.
Role Assignment: Admin will assign roles to users when they signup. Admin can also edit previously assigned roles.
Dynamic Themes: Users can select themes of their choice to stylize the website to their preference.

Setup Instructions:

Clone the repository to your local machine:
git clone https://github.com/HaseeebA/SecureTeams.git
Navigate to the cloned repository:
cd SecureTeams/secure-teams
Open two separate terminals and navigate to the server and client directories respectively:
# Terminal 1 cd server # Terminal 2 cd client
Install dependencies for both the server and client:
# In server directory npm install # In client directory npm install
Start the server:
# In server directory npm start
Once the server is connected to MongoDB, start the client:
# In client directory npm start
The application should now be running. Access it in your web browser at the specified URL (usually http://localhost:3001).

Additional Information:

SecureTeams allows users to sign up as team members directly and then log in to view the application. The project is structured such that server and client files are in separate folders, including components, admin, styles, and images folders.
Partner With Haseeb
View Services

More Projects by Haseeb