Skip to content

samhoudmedia/showcase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

34 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

&Samhoudmedia Showcase

Recruitment (show)cases for &Samhoud

Showcase Github Banner

๐Ÿ“– Introduction

Central toolkit website for recruiters to startup the different Virtual Reality experiences (cases) for use during the 'junior carousel'. As opposed to having a different link for each experience.

As an enhancement MongoDB and Mongoose will be used for login so the usage is restricted to recruiters only.

โš™ Installation & Development

Tech Stack

Prerequisites

  • Make sure you have node installed on your machine.
  • npm comes with node.
  • You can check versions with; npm -v and node -v
  • Configure ESLint
  • Configure EditorConfig

For connection to MongoDB you will need an .env. Please create an issue for this repository if you need more information.

Installation

  1. Clone this repo
$ git clone 
https://github.com/samhoudmedia/showcase.git
  1. Run npm install to install all dependencies.
  2. Run npm start to start the local development server

๐Ÿ“ƒ License

This project is licensed under the MIT License. The setup of this project is based on Learn Node by Wes Bos.