Giter Site home page Giter Site logo

winecellar's Introduction

WineCellar

A wine cellar application which includes the basic CRUD operations

Server Side Setup

How to make the project

  1. install mongodb
  2. install node
  3. store server in a xyz folder
  4. install the mongo driver in this xyz folder
  5. install express also in this folder (I guess this could be somewhere else)

Running the project

  1. Start cmd-> go to mongo bin (will be in program files)
  2. Enter "mongod --dbpath <project folder path>" in command prompt, this will start the server with where the database is located. This denotes the project in the folder path. This keeps database at the server code end
  3. Open another cmd -> go to <project folder path ]> -> node <server.js>
  4. This starts the node based web server
  5. Now for the client end code (could be through curl or wamp)

Running a client on localhost

  1. Start wamp
  2. Store the front end code in the www folder of wamp
  3. Open localhost/projectName….
  4. To refresh the front end after change do a ctrl+F5

winecellar's People

Contributors

mathangik avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.