Skip to content

semosem/file-uploader-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File Upload/Download App

Overview

A simple web application to upload and download SVG files to and from an Express server, built using ReactJS frontend and Express-NodeJS server.

Getting Started

These instructions will help you set up the project on your local machine for development and testing.

Prerequisites

Ensure you have the following installed:

  • NodeJS
  • Git
  • react-scripts
  • npm or yarn

Installation

  1. Clone the repository:

    git clone https://github.com/semosem/file-uploader-downloader.git
  2. Navigate into the client directory and install dependencies:

    cd client
    npm install

Now the project is set up locally for development.

Running the Application

To start the server:

  1. Navigate to the API directory and run:

    cd api
    node server.js
  2. In a separate terminal tab, navigate back to the client directory and start the React development server:

    cd client
    npm start

Built With

  • React - Frontend
  • NodeJS - JavaScript runtime environment
  • Express - Web application framework for NodeJS

About

File uploading/downloading with react and nodeJs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published