Skip to content

marinaskevin/StartMeet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StartMeet

A Mobile-Friendly MEAN application where a user can submit locations and events

Instructions

In your command line terminal, navigate to the StartMeet project folder and install the npm packages:

sudo npm install

Navigate to the StartMeet subfolder inside the StartMeet project folder and install the npm packages there as well:

cd StartMeet
sudo npm install

Build the Angular project:

sudo ng build

In a seperate terminal tab/window, have mongod running:

sudo mongod

Run server.js in the StartMeet project folder using node, nodemon, or pm2, etc.:

cd ..
sudo node server.js

Navigate to localhost:8000 in your internet browser.

About

A Mobile-Friendly MEAN application where a user can submit locations and events

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published