Skip to content

adonistseriotis/ntua-askmeanything-2020-2021

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Ask Me Anything

Forum built on react and node for the purposes of ECE NTUA assignment

About The Project

This project is built for the course Software As A Service of NTUA University. A project aiming to develop a basic forum web app with two different architectures. Our team chose MVC and SOA architectures. The code is available to you through this repo.

Built With

Getting Started

You can see below the instructions to run this project locally

Prerequisites

For Linux:

  • docker
    sudo apt-get update
    
    sudo apt-get install \
      apt-transport-https \
      ca-certificates \
      curl \
      gnupg \
      lsb-release
    
    curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg
    
    sudo apt-get update
    
    sudo apt-get install docker-ce docker-ce-cli containerd.io
  • docker-compose
    pip uninstall docker-compose

Installation

  1. Clone the repo

    git clone https://github.com/adonistseriotis/askmeanything.git
  2. Compose docker images

    docker-compose up    
  3. Go to http://localhost:8000 for Service Oriented Architecture.

  4. Go to http://localhost:8001 for Model View Template.

Contact

Project Link: https://github.com/adonistseriotis/askmeanything

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published