API Integration for the Front-end applcation using NestJS to make scalable applications
This is still in-progress, and is not ready for beta phase yet. There are missing tables and api documentations needed to write up before deploying it to other service providers.
To make integration easier than to create a dummy frontend data. Nest Js proves to be more productive and scalable with the tools built in to it. The framework embraces architecture such as:
- ♻ MVC(Default)
- 🎯 Clean Architecture
- 🧪TDD
- 🦠Microservices.
The goal of the project is to make the implementation flexible and easy to set-up
Download the following
Be sure to check the documentation on how to install the following tools.
- Nodejs - be sure to type
npm --version
andnode --version
# Node Version
npm --version
# 12.x.x
node --version
# 8.x.x
- Yarn
#Yarn version
yarn --version
If you know how to setup mongodb or any other database, be sure to have their address stored in your .env
file
Note Don't Put Environment variables in your repository
development.env
MONGODB_URI=mongo://localhost:27017