/hackathon-portal-server

The BE for the comprehensive portal for hackathons where students can submit their work and judges can evaluate in one place. It is an app that helps you organise and evaluate Hackathons.

Primary LanguageJavaScriptMIT LicenseMIT

Build Status Coverage Status Netlify Status

Hackton

A comprehensive portal for hackathons where students can submit their work and judges can evaluate in one place. It is an app that helps you organize and evaluate Hackathons.

Summary:

A comprehensive portal for hackathons where students can submit their work and judges can evaluate in one place

Project Overview

Trello Board

Product Canvas

UX Design files

Table of Content

  1. Getting started
  1. Running the tests
  1. Contributing
  2. Issue/Bug Request
  3. Feature Requests
  4. Pull Requests
  5. Pull Request Guidelines
  6. Deployment
  7. Tech stack
  8. Authors
  9. API Documentation
  10. Acknowledgments
  11. Version
  12. License

Getting Started

This repository contains only the frontend implementation of the Hackathon project. You can click here to check the backend implementation.

Start by cloning the repository to your local machine

git clone https://github.com/Labs-EU4/hackathon-portal-server.git

To install this application, you'll need Node.js 8+ (which comes with npm) installed on your computer.

Install dependencies:

Create a .env file on your root directory and populate it based on examples in .env.example.

Next install the package dependencies by running

npm install

After that start or build the application by running

npm start # For a local development

Enviroment Variables

The following should be inside .env file for the app to function correctly.

 REACT_APP_API_URL=https://hackathon-review-deployment.herokuapp.com/

Running the tests

npm test

Contributing

When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.

Please note we have a code of conduct. Please follow it in all your interactions with the project.

Issue/Bug Request

If you are having an issue with the existing project code, please submit a bug report under the following guidelines:

  • Check first to see if your issue has already been reported.
  • Check to see if the issue has recently been fixed by attempting to reproduce the issue using the latest master branch in the repository.
  • Create a live example of the problem.
  • Submit a detailed bug report including your environment & browser, steps to reproduce the issue, actual and expected outcomes, where you believe the issue is originating from, and any potential solutions you have considered.

Feature Requests

We would love to hear from you about new features which would improve this app and further the aims of our project. Please provide as much detail and information as possible to show us why you think your new feature should be implemented.

Pull Requests

If you have developed a patch, bug fix, or new feature that would improve this app, please submit a pull request. It is best to communicate your ideas with the developers first before investing a great deal of time into a pull request to ensure that it will mesh smoothly with the project.

Remember that this project is licensed under the MIT license, and by submitting a pull request, you agree that your work will be, too.

Pull Request Guidelines

  • Ensure any install or build dependencies are removed before the end of the layer when doing a build.
  • Update the README.md with details of changes to the interface, including new plist variables, exposed ports, useful file locations and container parameters.
  • Ensure that your code conforms to our existing code conventions and test coverage.
  • Include the relevant issue number, if applicable.
  • You may merge the Pull Request in once you have the sign-off of two other developers, or if you do not have permission to do that, you may request the second reviewer to merge it for you.

Deployment

This project has been deployed with [Heroku] at .

Tech stack

This app was built with

  • Node.js- is a Javascript Runtime Engine.
  • Express - Fast, unopinionated, minimalist web framework for Node.js.
  • Knex - is a "batteries included" SQL query builder for Postgres, MSSQL, MySQL, MariaDB, SQLite3, Oracle, and Amazon Redshift designed to be flexible, portable, and fun to use..
  • Postgresql - PostgreSQL is a powerful, open source object-relational database system.

Authors

Anthony Campbell AbdelIdir Ekanem David
Team Leader Dev Dev

Emma Andrews John Afolabi Karim Bertacche
Dev Dev Dev

API Documentation

This documentation was generated by Postman and can be found https://documenter.getpostman.com/view/8702366/SWLfcTEZ

Acknowledgments

Version

This is version 0.0.1

License

The MIT License (MIT)

Copyright (c) 2020 Hackathon

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

This project is licensed under the MIT License - see the LICENSE.md file for details.