Skip to content

Latest commit

 

History

History
62 lines (43 loc) · 993 Bytes

README.md

File metadata and controls

62 lines (43 loc) · 993 Bytes

Samamovies

This is a simple MEVN Stack CRUD Applications

Built With

  • MongoDB - The modern database
  • ExpressJS - Fast, unopinionated, minimalist web framework for Node.js
  • VueJS - The Progressive JavaScript Framework.
  • NodeJS - JavaScript runtime built on Chrome's V8 JavaScript engine.
  • Typescript - JavaScript that scales.
  • Vuesax - Framework Components for Vuejs

Prerequisites

Before geting set up and running, you need :

NodeJS
Working MongoDB Server

Installing

Open the project in your favorite code editor

Open a terminal and Run

cd client
npm install

Then on another terminal run

cd server
npm install

Running

In the server terminal, run

npm start

Then in the client terminal, run

npm run serve

You should be up and running