/PyDotShare

Pydotshare is a platform to share jupyter notebook, with fellow developers. It will be built using React, React-Redux, Node in backend, Passport.js for authentication.

Primary LanguageJavaScriptMIT LicenseMIT

PyDotShare

Pydotshare is a platform to share jupyter notebook, with fellow developers. It will be built using React, React-Redux, Node in backend, Passport.js for authentication.

Project Setup

Frontend setup

Follow these steps for setting up React frontend:-

  1. Clone the repository using provided command
    git clone https://github.com/sachinsom93/PyDotShare
  2. Navigate to the respective frontend folder using the command
    cd frontend
  3. Install the requirements of package.json using the command
    npm install
  4. Run the React server using the command
    npm start

Backend setup

Follow these steps for setting up Node Backend

  1. Navigate to the respective frontend folder using the command
    cd server
  2. Install the requirements of package.json using the command
    npm install
  3. Run the React server using the command
    npm start
    (for developemnt mode)
    npm run dev