https://github.com/callumc34/file-boxes
ReactJS Website with a NodeJS backend to display CSV files in boxes allowing upload, editing and downloading.
https://github.com/callumc34/file-boxes
api backend csv frontend fullstack node nodejs react reactjs
Last synced: 10 months ago
JSON representation
ReactJS Website with a NodeJS backend to display CSV files in boxes allowing upload, editing and downloading.
- Host: GitHub
- URL: https://github.com/callumc34/file-boxes
- Owner: callumc34
- Created: 2022-01-27T04:52:24.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-16T20:23:48.000Z (over 3 years ago)
- Last Synced: 2025-05-21T06:12:01.062Z (11 months ago)
- Topics: api, backend, csv, frontend, fullstack, node, nodejs, react, reactjs
- Language: JavaScript
- Homepage:
- Size: 686 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# File-Boxes
ReactJS Website with a NodeJS backend to display CSV files in boxes allowing upload, editing and downloading.
## Installation & Running instructions
1. Clone this repository
2. cd into the repository and run the command `npm install && cd client && npm install`
3. Create a database/secrets.json file that should look like this
```json
{
"DB_USERNAME":
"DB_PASSWORD":
"DB_URL":
"DB_NAME":
}
```
4. You're all set to go just run `npm start` from the main folder
#### Note: Currently Semantic UI has an error in its min.css if you get a base 64 error when running follow these steps
5. https://github.com/Semantic-Org/Semantic-UI-React/issues/4287#issuecomment-1016579332