Skip to content

Roushan-kr/gmail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Gmail Clone

A clone of Gmail with frontend and backend functionalities.

Installation

To run the Gmail Clone project locally, follow these steps:

Clone the Repository

git clone <repository-url>
cd gmail_clone

Install Dependencies

Client (Frontend)

cd client
npm install

Server (Backend)

cd server
npm install

Configure the Database

  1. Create a MongoDB Atlas account and set up a cluster.
  2. Update the MongoDB connection string in the server's .env file.

Run the Application

Client (Frontend)

cd client
npm start

Server (Backend)

cd server
npm start

Screenshots

Screenshot 1

Screenshot 2

Screenshot 3

Screenshot 4

Contributing

If you'd like to contribute to this project, you can follow these steps:

  1. Fork the repository.
  2. Create a new branch:
    git checkout -b feature/your-feature-name
  3. Make your changes and commit them:
    git commit -m "Add your message"
  4. Push to the branch:
    git push origin feature/your-feature-name
  5. Create a pull request explaining your changes.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contact

For any questions or inquiries, please contact the project maintainer.

About

gmail with ai and resume apply benifit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors