its-asif / QuickFinance-server-side

Home Page:https://quick-finance-server-side.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QuickFinance Server

Table Of Content

Technologies

  • Built with Mongoose & Express
  • Used MongoDB as database

Installation

Prerequisites:

  • Node.js: Ensure you have Node.js (version 14 or higher) installed on your system. If not, download and install it from the official Node.js website: https://nodejs.org/
  1. Clone the repository:
     git clone https://github.com/its-asif/QuickFinance-server-side.git
  2. Install dependencies:
     npm install

Running Locally

  1. Start the development server:
     nodemon index.js
  2. Access the application in your browser at http://localhost:3000/.

Environment Variables

  1. Create a file named .env in the root directory of the project.
  2. Replace the following placeholder values with your own database credentials:
DB_USERNAME=YOUR_MongoDB_USERNAME
DB_PASSWORD=YOUR_MongoDB_PASSWORD
DB_NAME=YOUR_MongoDB_DATABASE_NAME
  • You can obtain these values from the MongoDB Database access for your MongoDB project.

About

https://quick-finance-server-side.vercel.app


Languages

Language:JavaScript 100.0%