GitXplorerGitXplorer
S

Vinyl

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
d40208367a969d0a7a211571b3b4e5885c393884

Merge pull request #13 from SomayaB/readme

SSomayaB committed 7 years ago
Verified
48d823246dca3bb09fcf277ab36959fc2fa57078

Update readme file

SSomayaB committed 7 years ago
Verified
8de8fd93ebabe555eeead7cd59d62fda1cd7d4ea

Merge pull request #12 from SomayaB/stretch

SSomayaB committed 7 years ago
Unverified
ae87b7c7069630cd22f198410321f5cc6d9c117b

Remove console.log

SSomayaB committed 7 years ago
Unverified
22ac3c31369512ad20adb58f5c7d03186dceac12

Add initial image uploader and mail sender

SSomayaB committed 7 years ago
Unverified
ab87aeafe1ef0223994391df568e67c434a2ff76

Add relative date to album pages

SSomayaB committed 7 years ago

README

The README file for this repository.

Vinyl

A community for record enthusiasts to review their favorite albums.

Setting up Development Environment

  • Clone the repository
  • Install your dependencies: npm install
  • Create your database: npm run db:create
  • Load the schema and seed data: npm run db:reset
  • Create a .env file and copy and paste the content of the .env.template file and insert your own environment variables.
  • Run the server: npm run dev

Technical Stack

Back End

Database

Front End