Skip to content

ssajnani/Mapsical

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mapsical - A maps-based social network

How to get started locally (for OSX)

  1. Fork the git repo onto your own account
  2. Locate the web URL of your forked version of this project under Clone or Download on Github
  3. Open up Terminal, and decide which folder this will exist within
  4. Then, 'git clone https://github.com/YOURUSERNAME/Mapsical.git'
  5. cd into your folder
  6. Check your version of npm & node by doing 'npm --version' and 'node --version'; If it does not exist, download it here
  7. Return to Terminal, type 'npm install' which will automatically download all the dependencies within package.json
  8. Explicitly type 'npm install mongodb' in-case this isn't already downloaded
  9. Now you're ready to run the database! Type 'mongod'
  10. Open up another Terminal window to the same location and type 'npm start'
  11. Open your browser to localhost:3000 and there you have it!

About

Map-based social feed ((Project))

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published