Skip to content

wrutek/picopaint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome Picopaint

Picopaint is an API for Picopaint project

PicoPaint provides an API for all online activities. It covers profiles management, friends connections interactions, storing users sprites, images and palettes and many more.

Currently we assume that everybody can create an account!!!

Start the web server:

revel run github.com/wrutek/picopaint

Go to http://localhost:9000/ and you'll see:

"It works"

Code Layout

The directory structure of a generated Revel application:

conf/             Configuration directory
    app.conf      Main app configuration file
    routes        Routes definition file

app/              App sources
    init.go       Interceptor registration
    controllers/  App controllers go here
    views/        Templates directory

messages/         Message files

public/           Public static assets
    css/          CSS files
    js/           Javascript files
    images/       Image files

tests/            Test suites

Help

About

API and backend for Picopaint project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published