8000 GitHub - theMansib/Nexus
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

theMansib/Nexus

Repository files navigation

NEXUS Network-oriented Enhanced Aggregation Portal

Running the project

  1. Clone the GitHub repository.

  2. cd into the repo directory

    cd Nexus

Setup chat interface

  1. Clone the chat repo from https://github.com/riamundhra02/nexus_chat and follow the instructions to set it up

Server

  1. Install requirements

    cd server
    python -m venv venv
    source venv/bin/activate
    pip install -r requirements.txt
  2. Create a .env file in /server and add in the required credentials

    MONGO_USERNAME=
    MONGO_PASSWORD=  
    TESTBENCH_USERNAME=
    TESTBENCH_PASSWORD=
    
  3. Start the server

    python -u appserver.py

Client

  1. Install requirements

    cd client
    npm install
  2. Start the project

    npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  
0