Skip to content

CodingHouseFI/photo-upload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Photo Upload

Setup: npm run setup to reset and install all dependencies.

To start up: npm start or nodemon. The server will be available at localhost:3000.

Be sure to set your environment variables:

// .env
MONGO_URL=mongodb://localhost/your-db-name
JWT_SECRET='some string'
AWS_BUCKET='some-unique-bucket-name'
AWS_URL='https://s3-us-west-1.amazonaws.com/'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published