Installation
Packages
- Path
- Express
- Morgan
- Cookie Parser
- Body Parser
- Less Middleware
- Dotenv
- Express Session
- Mongoose
- Passport
- Socket.io
Clone repository
The env file isn't added to the repo. If you want this repo to work you need to add an env file with the following information:
- The port number
- MongoDB user
- Facebook key
- Facebook secret
- Facebook callback
- MongoDB database link
To clone this repo, run this code in the terminal:
$ git clone https://github.com/soraya2/vn-seriewijzer.git
To install all the packages run:
$ npm install
To temporarily make the website public, run:
$ npm run expose