Giter Club home page Giter Club logo

geotest's Introduction

Video

The simple CRUD with maps, admin panel and admin user role

Watch the video

How to deploy

composer install

copy yourself a .env file

Create a database

change database info and update tokens

DB_USERNAME =

DB_PASSWORD =

IPINFO_SECRET=

OPENWEATHER_SECRET=

php artisan migrate --seed

change is_admin field in database users table to true for your user after registration

php artisan serve

npm install

npm run dev

Test assignments

Test assignments for the position of PHP-developer
Task: to develop a service for placing objects on the map.


The service should have the following functionality: administrative and user sections.
The administrative section should include:
1. Creation of an object with fields: name, coordinates, description, status (displayed for all or only authorized users).
2. Ability to edit and delete an object.


The user section should include:
1. Displaying an object on the map with a name and description.
2. Search form for objects by name and description.
3. Registration and authorization of users.
Implement the user interface in any form.

------------------------------------------

Тестовое задания на позицию PHP-разработчик
Задача: разработать сервис размещения объектов на карте.


Сервис должен иметь следующий функционал: административный и пользовательский разделы.
Административный раздел должен включать:
1. Создание объекта с полями: имя, координаты, описание, статус (отображается для всех или только авторизованным пользователям).
2. Возможность редактирования и удаления объекта.


Пользовательский раздел должен включать: 
1. Отображение объекта на карте с именем и описанием.
2. Форма поиска объектов по имени и по описанию.
3. Регистрация и авторизация пользователей.
Пользовательский интерфейс реализовать в произвольной форме.

geotest's People

Contributors

vadykoo avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.