Website to learn with flashcards, based on the Spaced-Repition-System
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. Enjoy experimenting!
What things you need to install the software and how to install them
Go version 1.9 or above
Follow these steps:
Enter the application's source directory
cd $GOPATH/src/flashcard-app
- Start the server
go run main.go
- Access the web application using your browser: http://localhost:8080/
- Marcel Blesing
This project is licensed under the MIT License - see the LICENSE file for details