Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cloud-Based Labyrinth Editor #11

Open
nakov opened this issue Nov 21, 2019 · 1 comment
Open

Cloud-Based Labyrinth Editor #11

nakov opened this issue Nov 21, 2019 · 1 comment
Labels

Comments

@nakov
Copy link
Contributor

nakov commented Nov 21, 2019

As a next step, after the "Escape from the Labyrinth" problem (#5), create a labyrinth editor, which creates, edits and stores labyrinths at the server-side in a cloud-based back-end. Implement the following functionality:

  • Register a new user (by username + password)
  • Login as existing user (by username + password)
  • List labyrinths from the server
  • Load existing labyrinth from the server
  • Create a new labyrinth (implement a simple visual editor) and save it at the server
  • Delete existing labyrinth from the server

The recommended way to implement the above is by using a MBaaS-based backed platform like:

@nakov nakov changed the title Cloud-based Labyrinth Editor Cloud-Based Labyrinth Editor Nov 21, 2019
@nakov
Copy link
Contributor Author

nakov commented Dec 8, 2019

Using Kinvey: Lecture @ SoftUni (the JS Apps course)

https://softuni.bg/trainings/2449/js-applications-october-2019#lesson-12783

@nakov nakov added the project label Jan 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant