Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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