Skip to content

laucasdu/Moments-Java-BackEnd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MOMENT APP

Table of Contents

  1. GENERAL INFO
  2. TECHNOLOGIES & TOOLS
  3. INSTALLATION

PROJECT LINKS

Front-End
Back-End

GENERAL INFO

Web application that allows you to view a list of images of different destinations and situations.

Also, it is using react-router-dom v.6 to navigate between pages. The application is separated by components and using styled components.

OBJECTIVES

  • Separation by components and stylish use of components.
  • Get a list of card moments
  • Add a new moment card using a form
  • Update movies using the form
  • Delete moments
  • Getting a new page with moment details
  • Add comments to moments
  • Be able to search for a moment
  • Add a moment to favorites

IU DESIGN

TECHNOLOGIES & TOOLS

  • Java
  • Spring boot
  • IntelliJ Idea
  • Postman
  • H2 hibernate
  • Figma
  • Trello

INSTALLATION

  1. Clone the repository with the following command:
git clone https://github.com/laucasdu/Moments-React-Front.git
  1. To view the project, you will need to run the following command to install the dependencies used to have the project with all its functions and views correctly.
npm install
  1. Then, start the front-end with npm start, this command will start the front-end in http://localhost:3000.

  2. For the correct functioning of the front-end, you must also clone the back-end repository:

git clone https://github.com/laucasdu/Moments-Java-Back.git
  1. Once cloned, run the following command again, but this time in the back repository.
npm install

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages