https://github.com/remiljw/mmogo-frontend
https://github.com/remiljw/mmogo-frontend
authentication django-react react
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/remiljw/mmogo-frontend
- Owner: remiljw
- Created: 2021-03-14T14:58:59.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-17T18:21:29.000Z (about 4 years ago)
- Last Synced: 2025-01-20T12:23:40.358Z (5 months ago)
- Topics: authentication, django-react, react
- Language: JavaScript
- Homepage: https://mmogo-frontend.vercel.app
- Size: 356 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mmogo Frontend
- You can visit the web app at https://mmogo-frontend.vercel.app/ or alternatively follow the setup instructions below- This is the front end of the Mmogo assessment, you should follow this set up only if you have followed the setup instructions for the backend at https://github.com/remiljw/mmogo
## Setup
- Clone this repo
- cd into the cloned repo
- run `npm install` to install dependencies
- Go the actions folder and change the `const url` value in both files on line 18 and 25 respectively to the port of the backend server. i.e: `http://localhost:8000`
- Set the proxy variable in package.json to the port of the backend server as in the preceeding step.
- run `npm start`
- You are good to go. Test the app.