Skip to content

The repository 'eurystheus-rest-api' forms the backend in form of a RESTful API for the Eurystheus project.

License

Notifications You must be signed in to change notification settings

Timoteus3000/eurystheus-rest-api

Repository files navigation

Eurystheus RESTful API

The repository forms the backend in form of a RESTful API for the Eurystheus project.

Table of contents

  1. Used
  2. System Requirements
  3. Features / Issues
  4. Install
    1. Via GitHub
  5. Credits

Used

System Requirements

Features / Issues

  • #1 Authentication via JWT
  • Handle projects

Install

How to install this RESTful API?

Via GitHub

  • Clone the GitHub Repository : git clone https://github.com/Timoteus3000/eurystheus-rest-api
    • Or download the ZIP-File
  • Choose a branch you want to use:
    • master: is always stable
    • develop: current branch that is being worked on
  • Go into your database:
    • Create a new database with: CREATE DATABASE db_Eurystheus;
  • Go into the current project folder:
    • Migrate the Database with: php artisan migrate
  • Serve the RESTful-API with: php artisan serve
  • Now you're done!

Credits

About

The repository 'eurystheus-rest-api' forms the backend in form of a RESTful API for the Eurystheus project.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published