Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 1.52 KB

README.md

File metadata and controls

39 lines (29 loc) · 1.52 KB

&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.