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.
Follow these steps for setting up React frontend:-
- Clone the repository using provided command
git clone https://github.com/sachinsom93/PyDotShare
- Navigate to the respective frontend folder using the command
cd frontend
- Install the requirements of package.json using the command
npm install
- Run the React server using the command
npm start
Follow these steps for setting up Node Backend
- Navigate to the respective frontend folder using the command
cd server
- Install the requirements of package.json using the command
npm install
- Run the React server using the command
(for developemnt mode)
npm start
npm run dev