Skip to content

yuvalMarcus/canvaShare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

alt text

React - installation and running:

  1. Install npm
  2. Open terminal
  3. Navigate to frontend folder with cd command
  4. Install modules with the command: npm i
  5. Run the app with the command: npm run dev

Python - installation and running:

  1. Install python
  2. Open terminal
  3. Navigate to backend folder with cd command
  4. Install virtualenv package with the command: python -m pip install virtualenv
  5. Create a new environment with the command: python -m venv myenv
  6. Activate the environment with the command:
    Mac / Ubuntu:
    source myenv/bin/activate
    Windows:
    myenv\Scripts\activate
  7. Install dependencies with the command: python -m pip install -r requirements.txt
  8. Run the server with the command: uvicorn main:app --port=8000 --reload

About

canvas share

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published