ajthr / whoopee

A Movies Website with Vuejs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Movies Website with vue.js

Installation

With node.js, npm and git installed:

git clone https://github.com/AjithRamachandran/whoopee.git
cd whoopee

To run server :

cd server
npm install
npm dev

Note: You need a db key in a .env file to access database.

visit mongodb to create one.

To run client :

cd client
npm install
npm run dev

The application can then be accessed at http://localhost:3000.

To create a production build run:

npm run build

License

whooper is released under the MIT License.

About

A Movies Website with Vuejs

License:MIT License


Languages

Language:Vue 70.6%Language:JavaScript 27.5%Language:HTML 1.9%