An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# file-server

![](https://img.shields.io/github/license/anivanchen/file-server?color=brightgreen&style=for-the-badge)

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***