Skip to content

jsfanatik/vuestacks-calendar-mevn-mongoose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vuestacks-calendar-MEVN-mongoose

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

alt text

Overview

The VueStacks calendar MEVN demo utilizes an Axios HTTP client and Express server to create and delete calendar events.

See full component in components/Calendar.vue

See api/post.route.js to view Express router setup.

See api/post.model.js to view Mongoose schema setup.

Setting Up Node/Express/MongoDB

  1. Navigate to the folder “vuestacks-calendar-mevn-mongoose/api” in the CLI
  2. Run npm init
  3. Run nodemon server to start the server
  4. In cloud.mongodb.com, retrieve the connection string for your MongoDB cluster
  5. Add your connection string to DB = '' in api/DB.js

Enjoy the demo! Submit an issue if you see anything that could be improved!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published