Giter Site home page Giter Site logo

michaelecrippa / greatreads Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 799 KB

Разработка на клиент-сървър (fullstack) приложения с Node.js + Express.js + React.js, летен семестър 2021/2022

HTML 1.41% CSS 4.23% TypeScript 91.44% Dockerfile 0.32% Makefile 0.52% JavaScript 2.08%

greatreads's Introduction

Great Reads

Great reads is free open source social cataloging website that allows people to search its database of books and comments. Users can register books, leave likes and comments and find the perfect book for their next weak.

The application is separated into two folders cliend and server. The client side stores the GUI/UI of the application while the server allows ...

Available scripts(the whole list of scripts is available in the package-lock of the client/server folder)

Note: The following scripts must be performed from the appropriate directory of the application

client

  • start - runs the UI side of the application, the port on which the application is available is specified in the required .env file
  • test - runs defined tests for the client side code (visit Jest docs for more information)

server

  • start - build the server side of the application and runs it in production mode(uses the appropriate .env configuration for production)
  • dev - runs the server side of the applciation in development mode( uses the appropiate .env configuration for development)
  • test - runs defined tests for the server side code (visit Jest docs for more information)
  • lint -
  • seed - run the defined seeds from knex and seed the information into the database (configuration available in knexfile.ts)
  • migrate - run newly added migrations and updates the database (configuration available in knexfile.ts)
  • rollback - rollbacks last migration executed on the database (configuration available in knexfile.ts)
  • make-seeder - creates empty seed file
  • make-migration - creates empty migration file with two stages (up/down side used by migration/rollback commands)

greatreads's People

Contributors

michaelecrippa avatar

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.