Skip to content

Ashish-Ranjan/credit-card-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started with Credit Card System API

Setup

create dev.env and test.env file in config folder. as /config/sample.env has been provided for reference.

dev.env

MONGO_DB_URL=mongodb://127.0.0.1:27017/credit-card-db

PORT=3001

test.env

MONGO_DB_URL=mongodb://127.0.0.1:27017/credit-card-db-test

PORT=3001

Dependency

MongoDB

Download Credit Card UI Server

How to Start the Credit card ui Server. Refer: README

This project is created using.

node.js

expess.js

moongoose

jest

supertest

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3001 to view it in your browser.

npm test

Runs the app in the test Launches the test runner.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors