GithubHelp home page GithubHelp logo

thejoltjoker / fsu23d-mail-lemur Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 23.42 MB

A Laravel application for creating and managing pretend newsletters and subscribers

License: MIT License

PHP 72.04% CSS 0.01% JavaScript 0.26% Blade 27.70%

fsu23d-mail-lemur's Introduction

Review Assignment Due Date

FSU23D-Systemutveckling-Uppgift-2

Bygg en SaaS-tjänst för att kunder ska kunna hantera sina epost-listor. Vi kommer ha 2 roller av användare, kunder och prenumeranter, där en kund kan se en lista med uppgifter prenumeranter som har valt att prenumerera på deras nyhetsbrev.

Setup

  1. Make sure you have Docker Desktop installed and running
  2. git clone https://github.com/Medieinstitutet/uppgift-2-thejoltjoker.git
  3. cd uppgift-2-thejoltjoker
  4. Paste .env file into root folder
  5. ./vendor/bin/sail up
  6. Open new terminal window, cd to root folder and run:
    1. ./vendor/bin/sail artisan migrate:fresh --seed
    2. npm install
    3. npm run dev
  7. Open http://localhost/ in a browser window

Sitemap

  • GET / Home page

Authentication

  • GET /register Register account
  • POST /users Store a new user
  • GET /login Login to existing account
  • POST /logout Log out of existing account
  • POST /clear-sessions Clear all user sessions
  • POST /users/authenticate Authenticate user
  • GET /forgot-password Request password reset
  • POST /forgot-password Send password reset email
  • GET /reset-password/{token} Show reset password form
  • POST /reset-password Reset password

Newsletters

  • GET /newsletters List all newsletters when not signed in
  • GET /dashboard/newsletters List all newsletters
  • GET /dashboard/newsletters/create Create newsletter
  • POST /dashboard/newsletters Store newsletter
  • GET /dashboard/newsletters/{id}/edit Edit newsletter
  • PUT /dashboard/newsletters/{id} Update newsletter
  • DELETE /dashboard/newsletters/{id} Delete newsletter
  • GET /dashboard/newsletters/{id}/subscribers List subscribers of a newsletter
  • POST /dashboard/newsletters/{id}/subscribers Subscribe to a newsletter
  • DELETE /dashboard/newsletters/{id}/subscribers Unsubscribe from a newsletter

Subscriptions

  • GET /dashboard/subscriptions List user subscriptions
  • POST /dashboard/subscriptions Store a new subscription
  • DELETE /dashboard/subscriptions Remove a subscription

Subscribers

  • GET /dashboard/subscribers List user subscribers

Profile and Errors

  • GET /dashboard/profile User profile
  • GET /unauthorized 403 Unauthorized
  • GET /not-found 404 Not Found

fsu23d-mail-lemur's People

Contributors

thejoltjoker avatar github-classroom[bot] avatar

Watchers

 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.