https://github.com/anivanchen/file-server
A simple file server with authentication built using the PERN (PostgreSQL, Express, React, Node.js) stack.
https://github.com/anivanchen/file-server
express javascript node pern postgres postgresql react
Last synced: 3 months ago
JSON representation
A simple file server with authentication built using the PERN (PostgreSQL, Express, React, Node.js) stack.
- Host: GitHub
- URL: https://github.com/anivanchen/file-server
- Owner: anivanchen
- License: mit
- Created: 2021-07-09T22:12:06.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-28T15:22:34.000Z (almost 5 years ago)
- Last Synced: 2025-01-11T11:23:12.250Z (over 1 year ago)
- Topics: express, javascript, node, pern, postgres, postgresql, react
- Language: JavaScript
- Homepage:
- Size: 382 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# file-server

A simple file server with authentication built using the PERN (PostgreSQL, Express, React, Node.js) stack.
## Instructions
### In one terminal
- `cd server`
- `npm start`
### In another terminal
- `cd client`
- `npm start`
- Go to http://localhost:3000/ to see the result.
***Not Complete***