Skip to content

school project for a geolocation based marketplace, where people can see stuff that's for sale around them and sell stuff right where they are.

Notifications You must be signed in to change notification settings

jaymaycry/geomarket

Repository files navigation

geomarket

This project was generated with the Angular Full-Stack Generator version 3.5.0.

Getting Started

Prerequisites

Developing

  1. Run npm install to install server dependencies.

  2. Run bower install to install front-end dependencies.

  3. Run mongod --dbpath ~/path/to/db in a separate shell to keep an instance of the MongoDB Daemon running

  4. Run gulp serve to start the development server. It should automatically open the client in your browser when ready.

Build & development

Run grunt build for building and grunt serve for preview.

Testing

Running npm test will run the unit tests with karma.

Backend testing

Running 'gulp test:server' will run all unittests for the backend.

Swagger Doc

  1. Open http://petstore.swagger.io/ in a browser

  2. Run the app with gulp serve

  3. Type in http://localhost:9000/swagger into the top field and hit 'Explore'.

  4. To set authentication hit 'Authorize' and paste in a valid token.

=======

About

school project for a geolocation based marketplace, where people can see stuff that's for sale around them and sell stuff right where they are.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published