sachinsom93 / 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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.

License:MIT License


Languages

Language:JavaScript 79.0%Language:CSS 18.0%Language:HTML 3.0%