https://github.com/viniciusmuller/stackfetch
🌎 A web application for users share their stack and GitHub profiles with the world.
https://github.com/viniciusmuller/stackfetch
Last synced: 3 months ago
JSON representation
🌎 A web application for users share their stack and GitHub profiles with the world.
- Host: GitHub
- URL: https://github.com/viniciusmuller/stackfetch
- Owner: viniciusmuller
- License: mit
- Created: 2020-11-24T00:25:17.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-28T16:58:21.000Z (about 3 years ago)
- Last Synced: 2025-01-11T18:48:31.210Z (5 months ago)
- Language: TypeScript
- Size: 2.48 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🚧 Application currently in development 🚧
## Setup:
> Note: You should have postgresql installed and running it from a user with CREATEDB role in order to run this app.
- Clone the repository:
```bash
git clone https://github.com/arcticlimer/stackfetch.git
```- Enter the app directory:
```bash
cd stackfetch
```### If you want a development environment:
- Run the development script
```bash
sh dev.sh
```Done! Now the react server will be listening at http://localhost:3000 and the express server at http://localhost:3333.
### If you want a production build:
- Run the development script
```bash
sh build.sh
```Done! Now the application will be listening at http://localhost:8080!