This project is the frontend for the express-jobly project found at: https://github.com/NickOsterfelt/express-jobly.
- The project is deployed on heroku with a backend server here: https://nios-jobly-frontend.herokuapp.com/, you can login as "testuser" with password "secret"
Note that to get both projects working together, some modifcations to the backend code will need to be made, including allowing CORS.
- Have Node.js installed (with npm).
- Install node modules
npm i - Follow setup for backend in another folder
- Run both backend and frontend with
npm start - Login as 'testuser' with password 'secret'