Thanks to visit codestin.com
Credit goes to github.com

Skip to content

chibuikeIg/E-Wallet-API

Repository files navigation

Nodejs Wallet System API

Nodejs wallet system api short documention

This is a short documentation on how to set up the project on your local machine

Project Information**
  1. Database: MongoDB
  2. Payment Gateway: Paystack
Project Setup
  1. Download/Clone the repository into your working directory
  2. Run npm install on your working directory to install all dependencies
  3. Create a .env file and follow or copy the contents of env.example into your .env file to set up your environment variables
  4. Run nodemon or npm start to start your server (ensure you have completed setting up your enviroment variables)
  5. Open your browser and type in your project host and port number followed by /api-docs. Example http://localhost:3000/api-docs to access a complete documentation on all endpoints.

About

A simple wallet system API using Nodejs, Express and the MVC Architecture

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published