Skip to content

ajthr/whoopee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published