Skip to content

kapit4n/resume-builder-API-golang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Revel application to save profile information

A high-productivity web framework for the Go language.

Start the web server:

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

"[  {    "id": "1",    "title": "Full Stack GO Developer",    "summary": "Summary"  },  {    "id": "2",    "title": "Revel Developer",    "summary": "Summary"  }]"

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

Releases

No releases published

Packages