Skip to content

Vocabulary is a resource to learn foreign language words. X-Powered by Go on the server side, Mongo DB to store data and Knockout JS on the front end.

Notifications You must be signed in to change notification settings

lesnikovskiy/vocabulary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vocabulary is a resource to learn foreign language words.
X-Powered by Go on the server side, Mongo DB to store data and Knockout JS on the front end.
To run the application you need to install Go (golang) from https://golang.org/doc/install
Setup $GOROOT and $GOPATH to be able to download third party packages.

Download and run Mongo DB server.

To use JSON Web Token generate public and private keys using the command:

$ openssl genrsa -out demo.rsa 1024 # the 1024 is the size of the key we are generating
$ openssl rsa -in demo.rsa -pubout > demo.rsa.pub

About

Vocabulary is a resource to learn foreign language words. X-Powered by Go on the server side, Mongo DB to store data and Knockout JS on the front end.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages