Skip to content

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

Notifications You must be signed in to change notification settings

sachinsom93/PyDotShare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published