Nat-Parkr Live Link: https://github.com/dkong1321/Nat-Parkr
Git wiki : https://github.com/dkong1321/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.
- You will need to download the repo and open it in VScode
- Cd into the backend folder and run
npm install
to install all required dependencies for backend server. Cd into frontend folder andnpm install
to install all required dependencies for the frontend sever. - 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)
- Once set up your postgress user and db migrate all tables and seeders
- In your terminal, run
npm start
on the back end and then runnpm start
in your front end at the same time.
- 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