Git Product home page Git Product logo

fstack-challenge's Introduction

Note: This repo is no longer officially maintained as of Jan, 2023. Feel free to use it, fork it and patch it for your own needs.

Fullstack challenge ( Backend repository )

This repository is inteded to be the backend server for the frontend to backend solution of the challenge.

The repository contains the following tools that are configured to kickstart an application:

  • Express
  • Typescript
  • Jest
  • Husky
  • pg-mem ( In memory database )

Among with many other smaller packages.

Common setup

Clone the repo and install the dependencies.

npm install

Steps for read-only access

To start the express server, run the following

npm run start

Open http://localhost:3000 and take a look around.

Database

pg-mem is an in memory database that was setup with a provided example under 'src/databases/example.ts'

It should allow writing functions with SQL queries to maintain any kind of data

fstack-challenge's People

Watchers

 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.