Skip to content

Null-logic-0/gisto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gisto

A lightweight code snippet sharing service built with Phoenix LiveView.

Elixir Phoenix PostgreSQL TailwindCSS DaisyUI License

🛠️ Tech Stack

🚀 Getting Started

Follow these instructions to get a copy of the project up and running on your local machine for development and testing.

Prerequisites

Ensure you have the following installed on your local development environment:

Installation

  1. Clone the repository:
 git clone https://github.com/Null-logic-0/gisto.git
 
 cd gisto
  1. install and set up dependencies: This command will fetch Mix dependencies, compile the project, setup the database, and install Node assets.
    mix setup
  1. Start the Phoenix server:
    mix phx.server 

Or run it inside IEx (Interactive Elixir) for debugging:

    iex -S mix phx.server

Open your browser and navigate to http://localhost:4000.

🎥 See It In Action

Check out this quick demo of how easy it is to create and share a snippet using Gisto:

home_page.mp4
login.mp4
CRUD.mp4
comments.mp4

📝 License

This project is licensed under the MIT License - see the LICENSE file for details.

About

A lightweight code snippet sharing service built with Phoenix LiveView.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors