treboryx / fttx-api

FTTx backend API utilizing Express.js, MongoDB as main database, as well as Redis for caching

Home Page:https://api.fttx.gr

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fttx.gr-api

Backend API for FTTX.GR

Running the app

Rename "config/config.env.env" to "config/config.env" and update the values/settings to your own

# Install depedencies
npm install

# Run in dev mode
npm run dev

# Run in prod mode
npm start

The API is live at api.fttx.gr

Example Requests

About

FTTx backend API utilizing Express.js, MongoDB as main database, as well as Redis for caching

https://api.fttx.gr

License:MIT License


Languages

Language:JavaScript 99.2%Language:Shell 0.8%