Git Product home page Git Product logo

onehouraday's Introduction

onehouraday

Community that expose social projects and people can spend one hour to help a social cause

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

installing

  • clone the project
git clone https://github.com/hjconehour/onehouraday.git <targetDirPath>
  • open from command prompt
cd <targetDirPath>
  • install packages
npm install
  • install nodemon
npm install -g nodemon
  • install mongoose
npm install mongoose
  • install body-parser
npm install body-parser
  • run project
nodemon server.js
  • Developed backend code for publish project.As frontend is not developed tested backend code using postman client. Method type:POST URL : http://localhost:5000/createproject In postman client go in body tab and select raw and data format as JSON(application/json) and post the following data: { "name": "project1", "description": "test project1", "type": "health", "contact_detail": { "contact_type": "1", "contact_info": "2", "contact_name": "3" } }

onehouraday's People

Contributors

gawadaz avatar lionel-ronald-sequeira 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.