Skip to content

An online marketplace made using Meteor, HTML5, CSS bootstrap, JS and Jquery!

Notifications You must be signed in to change notification settings

ShubhranshuSingh/capstone_meteor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

capstone_meteor

An online marketplace made using Meteor, HTML5, CSS bootstrap, JS and Jquery! Technical Demo

Get started:

  1. Install Meteor

  2. Add a settings.json file to the root directory after creating an account on cloudinary to get the API key. Cloudinary is a cloud service that allows easy image uploading to the cloud. The structure of the settings.json file:

{
	"private": 
	{
		"cloud_name": "Your_Cloud_Name",
		"api_key": "API_key",
		"api_secret": "API_secret"
	},
	"public": 
	{
		"cloud_name": "Your_Cloud_Name",
		"api_key": "API_key"
	}
}
  1. Clone this repo and run the follwing commands:
meteor npm install
meteor --settings settings.json
  1. Go to localhost:3000/ to access the webpage

About

An online marketplace made using Meteor, HTML5, CSS bootstrap, JS and Jquery!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published