GithubHelp home page GithubHelp logo

trendingtechnology / core-server Goto Github PK

View Code? Open in Web Editor NEW

This project forked from chainius/core-server

0.0 1.0 0.0 578 KB

A Vue based web server with an integrated API system

License: MIT License

JavaScript 95.76% Shell 0.04% PHP 3.99% Vue 0.10% HTML 0.10%

core-server's Introduction


Core Server
https://www.core-server.io

Quick Installation

To install Core Server and start a new project, run the following commands:

npm install -g core-server
core-server --init

Core Server

Description: Core Server helps teams set a standard project structure and workings for all sort of Node projects.

We developed Core Server to provide a standard and global project structure for our web platforms developed in-house. We were loosing to much time figuring out a project structure for each seperate project. We open sourced as it may help other developers facing the same problems.

Technology stack: Core Server is based on Node's v10 architecture and has a tight integration with VueJS.

Status: Currently used by multiple launched projects! This open-source version is currently not yet production ready. We recently added a CLI and modular plugin system before open sourcing, which still needs testing. We started versioning since open sourcing the project. CHANGELOG.

Projects using Core Server


Usage

Project folder structure:

Using this project means that a certain folder structure is desired. This can be achieved by running: core-server init

The folder structure looks like this:

Project root
│
└─── api
│    └─── ...
│
└─── components
│    └─── ...
│
└─── resources
│    └─── styles
│         └─── ...
│    └─── fonts
│         └─── ...
│    └─── img
│         └─── ...
│    └─── lib
│         └─── init.js
│
└─── config
│    └─── servers.json
│    └─── servers-production.json
│    └─── public-api.json
│    └─── plugins.json
│
└─── package.json

To learn more about project setup please take a look at our Wiki.

Open up a terminal and make your way to your project root folder an run following command: core-server [--port XXXX]

The default port is 8080. Your project will be accessible on http://localhost:8080/


Getting involved

Devlopment:

Detailed instructions to develop and build Core Server from source can be found in our DEVELOPMENT document. We hope to see your great changes as contributions to this project.

Contributions:

We hope to provide a working project that fits many needs. In return we hope to improve Core Server with the help of the community.

Contributing can be done in many ways.Instructions on how to contribute scan be found in our CONTRIBUTING guide.


Getting help

If you have questions, concerns, bug reports, etc, please file an issue in this repository's Issue Tracker.

Known issues to solve & Todo list

  • We currently do not have unit tests in the repository. (Help would be appreciated)
  • Our DEVELOPMENT guide still needs to be written.
  • The Wiki is currently empty but is currently being worked on.

License

MIT

Copyright (c) 2016-present, Sacha Vandamme


core-server's People

Contributors

abdelelm avatar bit4you-io avatar dependabot[bot] avatar mathieumagalhaes avatar skyhark-sacha 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.