Git Product home page Git Product logo

be-just-choose's Introduction

Just Choose API

Table of contents

Description

This project is an application created for the purpose of accessing application data programmatically.

The intention is to build a backend service for the Just Choose web app. The API will provide the information to the front end architecture.

Link to the hosted Just Choose here.

Technologies

The technologies and packages used for this project are listed below:

Project dependencies:

Dev dependencies:

Installation

To install Just Choose API, follow these steps:

  1. Ensure you have the following installed:
    • Node.js (download here)
    • MongoDB (download here)
  2. Fork and clone the repo
  3. Open the repo and install dependencies:
    npm install

Setting up environment variables

Variable environment files will need to be setup locally as they have been added to .gitignore.

Create the following following files in the root directory:

  • .env.development
    DATABASE_URL=mongodb://localhost/just-choose-test

Seeding the database

Run the command to create the database locally and seed.

    ts-node lib/db/seeds/seedLocalDb.ts

Information for schema structure including sample data, interfaces, and seeds can be found within the lib/db folder.

Running tests with Jest

The project was written with utilising TDD (Test Driven Development) as the main focus, the test suites for app.js and utils.js which tests all of the functionality of this backend service can be found in the __tests__ folder.

To run the tests:

    npm test                                // run all tests

List of Endpoints

GET     /api
GET     /api/users
POST    /api/users
GET     /api/users/:email
PATCH   /api/users/:email
POST    /api/users/:email
GET     /api/events
GET     /api/eventsbyorganiser/:organiser
POST    /api/events
GET     /api/events/:eventName
GET     /api/events/eventById/:eventId
PATCH   /api/events/:eventName
GET     /api/restaurants

be-just-choose's People

Contributors

williamyap90 avatar sgavinmills avatar justmatty26 avatar mahassan avatar

Watchers

 avatar

Forkers

sgavinmills

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.