Skip to content

AkshayAlenchery/picter-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Picter

A photo sharing application made using PERN stack

Picter app home page

Check the working demo here

Project setup

  1. Clone the repo.
  2. Run npm install on both server and client
npm install
  1. Inside server folder rename .env.sample to .env and put your database and AWS credentials there.
  2. Import db.sql inside server folder to setup the database.

Run project

Front end

npm start // Run the app in development mode.
npm build // Build the app.

Open http://localhost:8080 to view it in the browser.

Front end

npm run dev // Run nodemon dev server.
npm start // Start the app.