Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 1.67 KB

README.md

File metadata and controls

41 lines (24 loc) · 1.67 KB

ImmoPerium Backend

A Node.js Express backend for an ImmoScout24 clone made during Leuphana University module IT-Projectmanagement 2020/21.

Visit Frontend

Visit Backend (documentation below)

Built With

  • JavaScript - Language used to make the webpage interactive
  • Node.js - JavaScript runtime for executing JavaScript at the server outside the browser
  • Express.js - Lightweight web framework to bootstrap Node.js APIs
  • PostgreSQL - An advanced object-relational database for production environments
  • Knex.js - A SQL query builder that helps abstracting migrations and DDLs for different database types into a single coherent structure
  • JWT - JSON Web Token for authorization and client side tokens for security

API Documentation

Architecture and Workflow

  • We have provided a pitch with information about the team, workflow, tooling and architecture

Project Requirements and Documentation

Authors

Role: Backend Developer

License

This project is licensed under the MIT License - see the LICENSE file for details