Skip to content

foufie4/Social-Working-Club-

Repository files navigation

Social-Working-Club-

Installation

To get a copy of the project up and running on your local machine, follow these steps:

  1. Clone the repository

    git clone https://github.com/your-username/social-working-club.git
    cd social-working-club
  2. Install dependencies

    npm install

Configuration

Environment Variables

Create a .env file in the root directory and add the following environment variables. Replace the placeholder values with your own configuration.

PORT=5000
MONGO_URI=your_mongo_connection_string
JWT_SECRET=your_jwt_secret
ADMIN_USERNAME=admin
ADMIN_EMAIL=[email protected]
ADMIN_PASSWORD=admin_password

Running the Application

Start the server

npm start

Access the application

Open your browser and go to http://localhost:5000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published