Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kwadwoatta/farmer-bank
A marketplace for farmers to find banks that suit their needs
https://github.com/kwadwoatta/farmer-bank
Last synced: about 2 months ago
JSON representation
A marketplace for farmers to find banks that suit their needs
- Host: GitHub
- URL: https://github.com/kwadwoatta/farmer-bank
- Owner: kwadwoatta
- Created: 2023-07-25T20:25:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-12T07:19:20.000Z (over 1 year ago)
- Last Synced: 2023-08-13T09:10:05.217Z (over 1 year ago)
- Language: JavaScript
- Size: 6.88 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Farmer Bank
✨ **Online marketplace to help farmers find financial products. Built with [Next.js](https://nextjs.org) and [Go](https://go.dev)** ✨
## Running tasks
Install workspace dependencies:
```bash
pnpm i
```Set `pnpm nx` alias for your active terminal or globally add to your shell configuration profile file:
```bash
alias pnx="pnpm nx --"
```Start the web server then the web app:
```bash
pnx run-many -t serve -p server web --parallel=true
```