Skip to main content

Installation

Clone the Repository

git clone https://github.com/adetolaa99/fuo-wallet-backend.git
cd fuo-wallet-backend

Install Dependencies

npm install

Run the Server

Development (with auto-reload):

npm run dev

Production:

npm start

The server starts on http://localhost:9000 by default. On startup it authenticates with the database and syncs all Sequelize models before accepting requests.

Verify It's Running

curl http://localhost:9000/api

Expected response:

Hello from the backend server -_-