A REST API for the R&P WebXR application
- Azure
- NEST.JS
- TypeScript
- Azure account
- Azure storage account to create storage blobs
- The lastest version of Node.js
-
Inside your Azure storage account
- Navigate to Settings, select Access keys
- Find the Connection String value under key1
- Copy the value, later it will be added to your environment variable
-
Clone this repo
git clone https://github.com/sara-sabr/WebXR-Nest_API.git
-
Install the NPM packages
npm install
-
Create a
.env
file and add the following:- Your localhost port
PORT=YOURPORTNUMBER
- Your storage account name
ACCOUNT_NAME=YOURSTORAGEACCOUNTNAME
- Your Azure Storage Connection String
AZURE_STORAGE_CONNECTION_STRING=YOURCONNECTIONSTRING
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
This application is created for the purpose of using API endpoints for Azure storage containers and blobs.
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.
Nest is MIT licensed. "# WebXR-Nest_API"