This project was bootstrapped with Create React App.
It is deployed in https://premise-frontend.herokuapp.com/
A React.js application with CRUD operations, a movie image dashboard, and security for Authentication/Authorization.
Before run this application you can change config.json to change the 'apiUrl' to the backend which is documented and published here. The value of that variable wil depend on where you publish the backend.
After run the application with the steps shown bellow, you can login as Administrator:
1. user email : [email protected]
You can also create a non-admin user in the 'Register' option at the top of the Navbar
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!