Code Monkey home page Code Monkey logo

crater's Introduction

crater

๐Ÿš€ place to put your code in

This project is in a pre-alpha state. Until such point that crater is marked "stable" and/or "ready for production," nothing from this repository should be used in a production environment.

getting started

Requirements:

  • Elixir (v1.6+)
  • Node.js (v8.0+)
  • Yarn - optional. you can use npm if you want to, but it's for your own sanity.

phoenix side (backend)

# install dependencies
mix deps.get

# run the database migration
mix ecto.setup

# start the server
mix phx.server

your API server is now live at localhost:4000

react side (frontend)

the React frontend is stored in the priv/crater-web directory, so cd there first.

cd priv/crater-web
# install dependencies
yarn # or `npm install`

# start the development server
yarn start # or `npm start`

your frontend is now live at localhost:3000. all API requests will be proxied to port 4000.

crater's People

Contributors

resir014 avatar

Watchers

 avatar  avatar  avatar

crater's Issues

Basic functionality: Snippets

Users can create, add, and delete snippets.

Snippets are bits of code, no longer than 100 lines, in any language that can be parsed by a syntax highlighter.

It also has a mandatory title, and an optional description (Markdown supported) for a brief explanation of what the code does.

You can also add up to 5 topics.

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.