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
- Host: GitHub
- URL: https://github.com/kcrypto126/mycryptovault-be
- Owner: Kcrypto126
- Created: 2025-07-11T18:33:25.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-07-11T18:45:31.000Z (12 months ago)
- Last Synced: 2025-07-11T20:36:56.691Z (12 months ago)
- Topics: api, axios, email-template, express, image, jwt, jwt-authentication, multer, nodejs, nodemailer, postgresql, prisma, uploader
- Language: TypeScript
- Homepage:
- Size: 27.7 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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