Back-end provided through HTTP requests by Plino and Spammy
Web application to allow users to test their messages and check whether or not the message is spam.
A user can create an account on the website to get the full functionality of the spam filtering application. After logging in the user should be able to test their message to check whether or not they are classified as spam.
- Python 2.7
- Flask web microframework
- Provided by Plino
- Javascript
- React.js
- Html
- Css
The following steps can be used to set-up the web-server yourself.
# Make sure you have node installed, link below
# From root directory:
$ cd Web-Application
$ npm install
$ npm start
# Front-end application builds and deploys at http://localhost:3000/Setup requires that you have node installed.
- Install node
- LTS Version: 10.15.3