This project was bootstrapped with Create React App.
- http://hoaxify-frontend.s3-website.eu-west-3.amazonaws.com/#/
- React Application - Import
https://github.com/TomaEduard/hoaxify-frontend
into Visual Studio Code. The development environment is set using the constant located inseci api \ apiCalls.js
. Here we have 2 constants, one of production and one of test, one comments what is not used and changes and poxy offered by webpack located inpackage.json
with the content of the variable used. - Run
yarn install
followed byyarn start
- http://localhost:4200/ with credentials email: [email protected] password: P4ssward
- Run
package com.hoaxify.hoaxify;.HoaxifyApplication
as a Java Application. Check Authentication and REST API Sections for executing REST APIs. - The project presents 2 development environments, one of development and one of production. These are set from the configuration file before starting
application.yml
and sending emails frompackage com.hoaxify.hoaxify.shared.AmazonSES
. URL+PORThttp://localhost:3000/
and for production athttp://hoaxify-frontend.s3-website.eu-west-3.amazonaws.com
or what environment you have hosted.