Git Product home page Git Product logo

virtual-museum-api's Introduction

virtual-museum-api

The back-end API for my virtual museum built for my University final year degree project.

This API provides the back-end services for the virtual-museum react application. It is built with node and uses the fastify web framework.

Dependencies

  • PostgreSQL - This API relies on a Postgres data source which must be configured in the application config file.

Installation

Installation progress is simple with NPM. Ensure node and NPM are installed before trying to install this project.

  1. Clonse virtual-museum-api repository
$ git clone https://github.com/ketnipz/virtual-museum-api && cd virtual-museum-api
  1. Install NPM dependencies
$ npm i 
  1. Edit server configuration
vi server.config.js
  1. Import data to data store using scrape.py
$ python scrape.py --postres-user postgress --postgress-password postgress
  1. Run the server init file
$ node server.js

Build Documentation

JSDoc is used throughout and HTML documentaion can be build in just a couple of easy steps.

  1. Ensure JSDoc is installed
npm i -g jsdoc
  1. Build documentation
cd virtual-museum-api && jsdoc -c jsdoc.conf.json

Statement of Originality

This project is submitted as part requirement for the degree of Computer Science & Artificial Intelligence at the University of Sussex. It is the product of my own labour except where indicated in the project content.

This project may be freely copied and distributed provided the source is acknowledged.

virtual-museum-api's People

Contributors

ben-pearce avatar

Watchers

James Cloos 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.