Skip to content

A complete gallery website with front and backend, where users are allowed to upload, edit and delete pictures. using MongDB as database, socketIO for real time functionality and Json Web Token for authentication security.

Notifications You must be signed in to change notification settings

ShayanBits/project-group-ws1819-uni-bonn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gallery

Requirements

  • yarn / npm
  • MongoDB (local on port 27017)

Installation

  • Run yarn in both the server and the client directory to install dependencies
  • Run yarn serve command in client directory
  • Run yarn dev command in server directory
  • Local URL with port is displayed in the terminal (e.g. http://localhost:8081)

Init script

There is also an init script which starts the web server and the Vue dev server in the same terminal. Usage requires a zsh shell and a global installation of concurrently (yarn global add concurrently).

  • Run with ./init.sh

About

A complete gallery website with front and backend, where users are allowed to upload, edit and delete pictures. using MongDB as database, socketIO for real time functionality and Json Web Token for authentication security.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published