Skip to content
This repository has been archived by the owner on Apr 26, 2022. It is now read-only.
/ fttx-api Public archive

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

License

Notifications You must be signed in to change notification settings

fttx-gr/fttx-api

Repository files navigation

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