Skip to content

Latest commit

 

History

History
73 lines (43 loc) · 2.56 KB

README.md

File metadata and controls

73 lines (43 loc) · 2.56 KB

Build Status Coverage Status Maintainability Test Coverage

Hackton

This is a Lambda EU3 Labs project

hackton-server

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

Getting Started

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

Install dependencies:

npm install

Run database migrations

npm run migrate

Run seeds (for populating the empty database)

npm run seed

Run tests

npm run test

Run the server in development

npm server

To track the code coverage

npm run coverage

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

  • Listed here are the members of the team.
  • Pascal Ulor - Team lead - github
  • Mariam Adedeji - Team member - github
  • Mike Perry Attara - Team member - github
  • Justinas Vebra - Team member - github
  • Mildred Awuor - Team member - github
  • Ayomide Jones - Team member - github

Versioning

This is version 0.0.2 (Release canvas 2)

License

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

API Documentation

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