Skip to content

ahmedalatawi/react-apollo-server-file-upload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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