iaguilarmartin / Nodepop

API para aplicaciones de venta de productos online

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nodepop

The best API for apps that offers the possibility of selling and buying products between their users.

To try this API follow the next steps:

  • Download API server to local hard drive;

      git clone https://github.com/iaguilarmartin/Nodepop.git
      cd Nodepop
    
  • Install the NodeJS-Express server:

      npm install
    
  • Initialize the database (a MongoDB running on localhost port 27017 is required):

      npm run installDB
    
  • Run the server:

      npm start
    

The API is now ready to use. You can take a look to the API documentation to learn how to use it

About

API para aplicaciones de venta de productos online


Languages

Language:JavaScript 100.0%