bhavukkalra / MOCKSERVER_MVP_PUBLIC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mockserver MVP

A NuxtJS, NodeJS implementation of a Mockserver (GET Response)

Installation

Use the package manager npm to develop Password Management System and Install all its dependencies.

# for server
npm install
cd client
# for client
npm install 

Setting up .env file!

This Project requires Integration of Vonage API for mesaage sending for Two Factor Authentication. Which requires making a free acoount there.

(Firebase Credentials)

  • API_KEY = API_KEY
  • AUTH_DOMAIN = AUTH_DOMAIN
  • DATABASE_URL = DATABASE_URL
  • PROJECT_ID = PROJECT_ID
  • STORAGE_BUCKET = STORAGE_BUCKET
  • MESSAGING_SENDER_ID = MESSAGING_SENDER_ID
  • APP_ID = APP_ID
  • MEASUREMENT_ID = MEASUREMENT_ID

Usage

cd client
# build the client
nuxt build

# run the server
npm start

Accesing the WebApp

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

About


Languages

Language:JavaScript 79.1%Language:Vue 17.1%Language:HTML 3.5%Language:Shell 0.3%