Skip to content

VikasKumar2001/Social-Media-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JobFinding and Job Sharing Application

This is a web application built using React, Node.js, Express.js, and SQL. It helps users find job listings and share job opportunities with others. The application utilizes complex SQL queries for efficient data retrieval and management.

Features

  • Job Search: Users can search for job listings based on various criteria such as location, job title, and company.
  • Job Sharing: Users can share job opportunities with others via email or social media platforms.
  • User Authentication: Secure authentication system for user accounts.
  • Admin Panel: Administrative features for managing users, job listings, and application settings.

Technologies Used

  • Frontend: React
  • Backend: Node.js, Express.js
  • Database: SQL (Structured Query Language)
  • Additional Tools: (Include any additional libraries, frameworks, or tools you used)

Getting Started

To get started with this project, follow these steps:

  1. Clone the repository:

    git clone https://github.com/your-username/job-finding-app.git
    
  2. install dependencies:

    cd social-media-app
    cd frontend
    npm install
    
  3. Set up the database: Create a SQL database and import the provided SQL schema. Configure the database connection in the backend (in a .env file or directly in the code).

cd social-media-app
cd backend
npm install
  1. Run the application frontend:
  cd frontend
  npm start
  1. Run the application backend:
  cd backend
  npm start
  1. Open your web browser and navigate to http://localhost:3000 to view the application.

License This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors