Skip to content

vinceramcesoliveros/INFORM.ED-API

Repository files navigation

📚INFORM.ED API📚

API Integration for the Front-end applcation using NestJS to make scalable applications

🚨 Notice!

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.

🤔 Why?

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:

Technologies

Installation

Download the following

Be sure to check the documentation on how to install the following tools.

Steps:

  1. Nodejs - be sure to type npm --version and node --version
  # Node Version
  npm --version
  # 12.x.x

  node --version
  # 8.x.x
  1. Yarn
  #Yarn version
  yarn --version

Environment Variables

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published