Giter VIP home page Giter VIP logo

atomic's Introduction

Atomic Blog

A super clean blog application built using Meteor, the blog comes with many features including

  • Administration
    • Dashboard
    • Posts
    • Comments
    • Media
    • Users
    • Settings
  • Markdown
    • Posts are written in markdown and converted to html on save.
    • Markdown editor in the administration panel.
  • Internationalization
  • RSS Feeds
  • Categories
  • Tags

Development

Atomic is still under heavy development but we are looking for members of the opensource community to help make the project production ready.

Atomic is built using only packages. similar to TelescopeJS project, this helps with project organisation, load order and namespacing. It also helps us be more open source, for example, the package atomic:notify is an independent package that will be published for others to use outside the project.

Data Packages Data packages are small packages that create an interface with collections to help centralize the security and data integrity.

See the follwing packages for examples: atomic:posts, atomic:categories, atomic:accounts.

Application Packages Application packages are mainly frontend applications, such as atomic:client and atomic:admin, these packages will be able to be detached from the project, useful for creating microservice application that use the same database to perform maintaince etc.

Routing We have chosen to use flow-router and flow-layout as the routing package due to the common issues people have with iron:router.

We have extended the flow-router package so we can add custom functionality if required.

Installation

Clone the project

git clone [email protected]:meteor-atomic/atomic.git

Start the project

cd atomic; meteor

Once the project is running, you can visit http://localhost:3000.

License

MIT - LICENSE.md

atomic's People

Contributors

robertpitt 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.