(https://w8-images.herokuapp.com/) is a website where you can share your photos.
USER STORIES
- I can view everyone's posted photos on the website.
- I can click on each photo and go to that photo's page.
- I can register , and it will automatically redirect me login page.
- I can login using my password and username. My password is stored securely.
- I can upload a photo.
- I can log out.
git clone [email protected]:FACG4/w8-insta-image.git
- Run
npm i
to install the required modules. - Set up the local database and initialise the db_build.sql (
src/database/db_build.sql
). - run
npm run dev
to run the server