Giter Site home page Giter Site logo

andrewseward / hack24-api Goto Github PK

View Code? Open in Web Editor NEW

This project forked from technottingham/hack24-api

0.0 2.0 0.0 43 KB

An API for storing users, teams, hacks, challenges and sponsors

License: GNU General Public License v2.0

JavaScript 6.40% TypeScript 93.60%

hack24-api's Introduction

Build Status Stories in Ready

Hack24-API

An API for storing users, teams, hacks, challenges and sponsors

Contributing

Currently the project is written in a hybrid set of TypeScript files converted from the original JavaScript. The project will self-build after a little setup.

Prerequisites

You will need installations of the following:

  1. Node.JS - currently tested with version 4 or above.
  2. MongoDB

Getting Started

  1. Fork the repository.

  2. Clone to your local machine:

    $ git clone https://github.com/<YourName>/Hack24-API
    $ cd Hack24-API
  3. Install dependencies:

    $ npm install
  4. The install step runs the TypeScript build, but you can also set up a watch on changes to build immediately. You'll need to install gulp globally and then run the watcher:

    $ npm install gulp -g
    $ gulp watch
  5. To run the API locally, there is a nodemon.json file in the root which will allow continuous development with immediate restarts. You'll need to install nodemon globally then set your MONGODB_URL and execute:

    $ npm install nodemon -g
    $ MONGODB_URL='mongodb://localhost/hack24api' nodemon
  6. Once you've made your changes, push up your code:

    $ git add -A
    $ git commit -m 'Your change description'
    $ git push origin master
  7. Open a pull request!

hack24-api's People

Contributors

andrewseward avatar codesleuth avatar mrandrewseward 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.