The Net is a map-based app that allows users to save and share information about their fishing trips. It combines the social fun of sharing locations and catches with friends and community while also streamlining regulations and bylaws that are often in non-centralized locations and difficult to keep up to date on. The Net was created by Elodie Bouthors, Liam Butler, and Rye Gilliss.
The Net uses the BC Fishing Regulation API, created by The Net team, in order to collect, organize, and serve the myriad regulations for sport fishing on Vancouver Island. In the future, the API could expand to cover all of BC and Alberta, as well as Pacific saltwater regulations.
You can visit a live version of The Net here.
For localhost set up, please first fork and clone the BC Fishing Regulation API and follow instructions in the README for set up.
Then we recommend:
- Clone The Net into your local environment.
- Install dependencies with npm install.
- In your PostgreSQL database, run the create file to create the database.
- Run the server and then in a separate terminal run The Net with npm start.
- React
- Axios
- Leaflet
- Material UI
- UUID
- PostgreSQL