Skip to content
/ bankApi Public

Banking Api with nestjs, graphql, jwt, typescript and Swagger Documentation

Notifications You must be signed in to change notification settings

etineh/bankApi

Repository files navigation

BANK_API_With_SwaggerDoc

The Swagger API Documention gives full explanation and guide on how to use the API.

To get started running the code on your system locally -

tools required (to download)

mongo compass(offline) or mongo Atlas cloud (online)

node (version recommended)

postman to test the api (optional). You can use swagger documentation link to test it too.

open the project on your editor (preferrably VS Code)

cd to bankApi (the folder name)

run "npm install" on your terminal to downlaod all dependencies

Install nodemon to run the app.js automatically. To install nodemon use, "npm install -g nodemon"

Once you cd to the the folder, run the app.js

To run it use - "nodemon app.js"

It runs on localhost:4000

Go to your chrome/brave browser or postman, on your url, run "http://localhost:4000"

Once it display an object json, then you are good to go.

To get the documentation with the swagger documentation, use the link: http://localhost:4000/bankApi

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications.

NPM Version Package License NPM Downloads CircleCI Coverage Discord Backers on Open Collective Sponsors on Open Collective Support us

Description

Nest framework TypeScript starter repository.

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Support

Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.

Stay in touch

License

Nest is MIT licensed.

About

Banking Api with nestjs, graphql, jwt, typescript and Swagger Documentation

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published