Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 504 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 504 Bytes

File Upload using React with Apollo Server 3 and Node >= 14

Note: this is a modified fork from this repo

Running the project

Clone the repository:

git clone https://github.com/AhmedAlatawi/react-apollo-server-file-upload.git

cd react-apollo-server-file-upload/server and cd react-apollo-server-file-upload/web in two separate terminals

Install packages:

yarn install

Start project:

yarn start