Skip to content

maulikprajapati/bankapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Test Project API

TECH STACK:

  • REST API build with node & express
  • Body Parsing with body-parser
  • Implemented CORS
  • Transpilation with babel
  • Joi is used for server validations
  • Mongo Database connection with Mongoose
  • Implemented Swagger for API documentation

Install on dev machine

# clone it
git clone https://bitbucket.org/nnkothari/test-project-api.git
cd test-project-api

# Install dependencies
npm install

# Start server
npm start

# API available on
http://localhost:3000

# Swagger docs available on
http://localhost:3000/api-docs

# Build your API
npm run build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published