An open API service indexing awesome lists of open source software.

https://github.com/remiljw/mmogo-frontend


https://github.com/remiljw/mmogo-frontend

authentication django-react react

Last synced: 3 months ago
JSON representation

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.