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

https://github.com/kcrypto126/mycryptovault-be

Backend of virtual wallet platform to manage the balance
https://github.com/kcrypto126/mycryptovault-be

api axios email-template express image jwt jwt-authentication multer nodejs nodemailer postgresql prisma uploader

Last synced: 3 months ago
JSON representation

Backend of virtual wallet platform to manage the balance

Awesome Lists containing this project

README

          

# Fullstack React + Express + PostgreSQL App

## Overview
This is a basic fullstack application using:
- **React** for frontend
- **Express** for backend API
- **PostgreSQL** for database

---

## Prerequisites
- Node.js (v14+ recommended)
- npm
- PostgreSQL installed and running

---

## Setup Steps

### 1. Clone the repository
```bash
git clone https://github.com/Tcrypto126/crypto-vault-wallet.git
cd crypto-vault-wallet

# Navigate to frontend folder
cd frontend
npm install
npm run dev

# Navigate to backend folder
cd backend
npm install
npm run dev