-
Notifications
You must be signed in to change notification settings - Fork 4
Home
Prajwal1208 edited this page Jan 19, 2022
·
9 revisions
A progressive Node.js framework for building efficient and scalable server-side applications.
- Node https://nodejs.org/en/ use the LTS version
- NPM
- Docker https://www.docker.com/
- Install Docker Desktop for MAC: https://docs.docker.com/docker-for-mac/install/
- Install Docker Desktop for Windows: https://docs.docker.com/docker-for-windows/install/
- Docker Compose
- NestJS CLI https://nestjs.com/
// clone the application
$ git clone https://github.com/NeoSOFT-Technologies/node-rest.git
Next, install the packages that are required for this project.
# Install the required npm modules from root repo
$ npm install
# docker
$ docker-compose up #--build
The output of the above command should be shown as below.
- Tenant Registration Service
- Tenant Master Service
- Tenant Provisioning Service
- Tenant Configuration Service
Contributions are welcome from anyone and everyone. We encourage you to review the guiding principles for contributing
- Website - https://www.neosofttech.com/
- Twitter - @neosofttech
- Meetup - https://www.meetup.com/neosoft-technologies/
- Medium - https://medium.com/@neosofttech-technologies-blog
- GitHub - https://github.com/NeoSOFT-Technologies