/file-upload-react-w-backend

A short school project made with my team for practicing the backend-frontend connection. Built a basic server with Node JS and Express JS, than made frontend file upload with Javascipt and then with React.

Primary LanguageJavaScript

File Upload Practice w. React & Express (School team Project)

A short school project made with my team for practicing the backend-frontend connection. Built a basic server with Node js and Express js, than made frontend file upload with Javascipt and then with React.

Installation

First install the dependencies for both the frontend2 and the backend by running.

npm install

For the backend part you need to have Node Js installed on your computer.

Usage

Run the backend using Node Js (you can use Nodemon as well).

node server.js

Run the React app with yarn or npm.

yarn start or
npm start

Contributing

Pull requests are welcome. Thx the teamwork for SpaceSC and kissti.

License

MIT