Skip to content

Camera film organizer. Add your films to a database and search them by format, camera, ISO or film type, among others. Provides a code for 'physical' organisation of the negatives in a binder, for example.

License

Notifications You must be signed in to change notification settings

pelinski/film_db

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Film rolls database

Database for photo films. Currently supporting the following fields (mongoose notation):

  • serialNumber: { type: String, required: true },
  • filmId: { album: { type: String, required: true, default: "A" }, number: { type: Number, required: true } },
  • camera: { type: String, default: undefined },
  • colorType: { type: String, enum: ["b/w", "color"], default: undefined },
  • scan: { type: String, enum: ["CD", "scan", "none"], default: undefined },
  • date: {
    • year: { type: Number, default: undefined },
    • month: [{ type: String, enum: ["jan", "feb", "mar", "apr", "may", "jun", "jul", "aug", "sep", "oct", "nov", "dec"], default: undefined }]
  • },
  • location: [{ type: String, default: undefined }],
  • comments: { type: String, default: null } .

.env model

(running locally)

back

PORT=3000
DBURL="mongodb://localhost/film_db"
BACK_URL="http://localhost:3000"
FRONT_URL="http://localhost:1234"

front

BACK_URL="http://localhost:3000"

Credits

Icon: https://thenounproject.com/search/?q=35mm&i=14280

About

Camera film organizer. Add your films to a database and search them by format, camera, ISO or film type, among others. Provides a code for 'physical' organisation of the negatives in a binder, for example.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published