Forum built on react and node for the purposes of ECE NTUA assignment
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.
You can see below the instructions to run this project locally
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
-
Clone the repo
git clone https://github.com/adonistseriotis/askmeanything.git
-
Compose docker images
docker-compose up
-
Go to http://localhost:8000 for Service Oriented Architecture.
-
Go to http://localhost:8001 for Model View Template.
- Mello Angelos el17857- [https://github.com/MelloAngelos]
- Adonis Tseriotis el17838 - [https://github.com/adonistseriotis]
Project Link: https://github.com/adonistseriotis/askmeanything