This is a simple MEVN Stack CRUD Applications
- 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
Before geting set up and running, you need :
NodeJS
Working MongoDB Server
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
In the server terminal, run
npm start
Then in the client terminal, run
npm run serve
You should be up and running