A mock portfolio to experiment with react redux sagas. The site allows for me to create new project entries to display the work I have completed.
- React
- Redux
- Node
- JavaScript
- Express
- PostgreSQL
- Material-UI
- HTML
- CSS
- Axios
- PostgreSQL
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Link to software that is required before you attempt to start the app (e.g. node, mongo).
Create a new database called portfolio
and run the SQL query from the database.sql file.
Steps to get the development environment running.
- Download this project.
- Start postgres if not running already by using
brew services start postgresql
npm install
npm run server
npm run client
- Navigate to
localhost:3000
- Add new projects to your portfolio
- Add new tags to add to your projects
- List of projects on the main page with links to website/github
- Sortable project list
- Bradley Hennen