Skip to content

benboydens/full-stack-meeting-room

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Full Stack Meeting Room

Gemaakt in opdracht van CityMesh.

Dependencies

Backend

  • Express
  • MongoDB atlas

Frontend

  • Vue 2
  • Vuetify

Install

Instal locally

npm install

Run development frontend server

npm run serve

Run development backend server

npm run serve

Build

npm build

Environment variables

Backend

db_username=<name>
db_password=<password>

Frontend

VUE_APP_API_URL=http://localhost
VUE_APP_API_PORT=3000

Mongodb

Als database heb ik gekozen voor een mongodb document store. Er werd gebruik gemaakt van mongodb atlas wat een cloud versie is van mongodb. Gemakkelijk omdat er niks lokaal moet geïnstalleerd worden hiervoor.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published