/Nat-Parkr

Primary LanguageJavaScript

Nat-Parkr

Nat-Parkr Live Link: https://github.com/dkong1321/Nat-Parkr

Git wiki : https://github.com/dkong1321/Nat-Parkr

Contact

Nat-Parkr


NatPark

Nat-Park is a clone of Flickr with an emphasis on sharing images of national parks. Logged users can upload images, create albums for images as well as add comments to other users images.

Build Instructions


  1. You will need to download the repo and open it in VScode
  2. Cd into the backend folder and run npm install to install all required dependencies for backend server. Cd into frontend folder and npm install to install all required dependencies for the frontend sever.
  3. In the backend folder, create a '.env' file and use the '.env.example' file as a reference (you may copy and paste and use your own data)
  4. Once set up your postgress user and db migrate all tables and seeders
  5. In your terminal, run npm start on the back end and then run npm start in your front end at the same time.

Technologies Used


JavaScript HTML5 CSS3 Sequelize Express.js Postgres Heroku React Redux AWS

Nat-Parkr Features

Login and Sign-up form

Login Sign up

Image Discover Page

Discover

Image upload and Album creation

Add Image Add Album

Edit Image and Edit Album

Edit Image Edit Album

Single Image Show with Comments

Show Image

Future Features


  • Implement location tag feature
  • Implement search feature with ability to search picture titles or locations
  • Implement map feature to display location on each park
  • Implement user profiles
  • Implement navigation between pictures