dead8309 / faculty-api-nodejs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

faculty-api-nodejs

Faculty Review API

Table of Contents

About

This is a RESTful API for the Faculty Review application.

Tech Stack

Getting Started

Getting up and running is as easy as 1, 2, 3.

  1. Make sure you have NodeJS and npm installed.
  2. Clone this repository and install its dependencies:
git clone https://github.com/iot-lab-kiit/faculty-api-nodejs
cd faculty-api-nodejs
yarn
  1. Configure environment variables:

Add mongoDB connection string. Check .env.example for reference.

  1. Add firebase service account

Add firebase service account configs in the src/service.json. Check service.json.example for reference.

  1. Start your app locally:
yarn local

About


Languages

Language:TypeScript 94.6%Language:HTML 4.5%Language:JavaScript 0.6%Language:Dockerfile 0.3%