Coder Social home page Coder Social logo

clojure-twitter-clone's Introduction

Bluejay - Twitter Clone made with Clojure

Uses Clojure, Ring, Reitit, Integrant, Datomic Local.

How to start

  1. Install Clojure CLI
  2. Run clj -M:dev to start the dev REPL.
  3. Run (go) to start the server.

How to do "reloaded workflow"

This project manages system dependencies with Integrant. Just like Stuart Sierra's Component, Integrant allows you to update the system without restarting the REPL. This is called "reloaded workflow".

Here's how you can do it:

  1. When your dev REPL is running, head to dev/user.clj file.
  2. Run (go) inside comment form to start the server.
  3. Now, you can make changes to the system dependencies (e.g. ports, database connections, etc.) and run (reset) to reload the server.

References

I got tons of tips from these wonderful resources:

  1. Sean Corfield's User Manager Example
  2. Michaël Salihi's User Manager Example
  3. "Abstract Clojure" article from Alex King
  4. "DDD Layered architecture in Clojure: A first try" article from Freek Paans

clojure-twitter-clone's People

Contributors

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