Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 838 Bytes

README.md

File metadata and controls

29 lines (15 loc) · 838 Bytes

Manage file UI

Organizations generally want to show their student's work to a large number of people or other organizations. With manage-file they can save important documents such as dissertations and theses, safely.

All code follows ESLint style guide.

Getting Started

Pre-requisites and Local Development

Developers using this project should already have nodejs installed on their local machines.

Backend

The backend was profide by an api. View the README.md from source repository for more details.

Frontend

Run the following commands to start the client:

npm install // only once to install dependencies
npm run start 

By default, the app will run on localhost:3000.