Skip to content

mehtaabGill/image-repository-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Repository (Sever)

Demo Video (this repository is being used in the backend)

demo-video.mp4

How to get the app running:

  1. Git clone this repsitory and cd into the project folder
  2. Create a .env file in the project's root directory and add the following lines:
    AWS_ACCESS_KEY_ID=<AWS Acces Key>
    AWS_SECRET_ACCESS_KEY=<AWS Secret Access Key>
    AWS_DEFAULT_REGION=us-west-1 (Optional to leave as-is or change to prefered region)
    DATABASE_URL=<Mongo DB connection URI>
    DISABLE_IMAGE_UPLOAD= (Optional. Set this to "true" to disable image upload or omit this line to leave it enabled)
    
  3. Run yarn install to install the required node modules
  4. To start the app, run yarn start

Other commands

Build for production

yarn build

Run tests

yarn test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published