Git Product home page Git Product logo

ita-landing-backend's Introduction

ita-landing

Installation

  1. Clone the repo to your computer
git clone https://github.com/IT-Academy-BCN/ita-landing.git
  1. On your terminal, navigate to the folder location
cd ita-landing
  1. Run composer install. (If you don't have composer on your computer, install it: https://getcomposer.org/download/)
composer install
  1. Create a MySQL database on your computer. (If you don't have it, you can install Xampp, which also includes PHP: https://www.apachefriends.org/download.html).
  2. Configure the .env file of your project for your system to match the database. Fields that you must match:
DB_HOST
DB_PORT
DB_DATABASE
DB_USERNAME
DB_PASSWORD
  1. Create an application key
php artisan key:generate
  1. Migrate the database by typing on the terminal:
php artisan migrate
  1. Install node if you don't have it on your computer: https://nodejs.org/en/download
  2. Install Vite by running:
npm install
  1. Run the Vite server:
npm run dev
  1. Run the Laravel server in another terminal:
php artisan serve

Use the route returned by the last command to access the app (typically http://127.0.0.1:8000)

ita-landing-backend's People

Contributors

gabrielamaureira avatar cynthiapm avatar cloudsalander avatar lauddar avatar androsrivas avatar joancarlesg avatar franenlanube avatar jaranag avatar levifvy avatar jordijs avatar edvenan avatar fortgh avatar sectionone avatar rachelbq avatar brycoti avatar

Stargazers

Alejandro Nicolás Pereyra avatar  avatar Esther Staff ITA avatar  avatar  avatar

Watchers

 avatar  avatar Jordi Morillo avatar  avatar

Forkers

vicenlu

ita-landing-backend's Issues

User Story 1.1

As a user, I want to see the slogan section with basic information.
Also, I can click on the button for more information.

User Story 1.5

As a user, I want to be able to view a footer with links to legal texts and useful resources.

[BE] Migrate Database

We have a first version of the database Model, we should begin to generate the database in our API.

[BE] Registration Code

Given the /send-email endpoint we should:

  • Change the name of the endpoint for some new and better.
  • Make endpoint only accesible for admin users.
  • We need to register the users that consume the code.
  • We should improve the mail style(ask Cynthia about that, she knows something ;) )

Thanks!

[BE] Data Model

Given the complete Figma of the application, let's imagine how can we organize all of this at data level.

[BE] API Endpoints

Given the Figma design let's think how to serve all this maintainable information to the front-end guys/gals.

User Story 1.3

As a user, I want to be able to see the teams working on projects, showing additional information for each team when hovering over their card.

User Story 1.2

As a user, I want to be able to see the projects of the academy, and the state in which they are.

[BE] Single use password for admins

To avoid the register of non-related users to our system we need to add a single use codes that need to be attached to the registering process.

This one is for Gaby :)

User Story 1.4

As a user, I want to be able to view the FAQs section, with questions and answers related to projects.

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.