Giter VIP home page Giter VIP logo

final-project-fe's Introduction

Progetto finale per il corso Front End di Epicode

Indice

  1. Breve Descrizione
  2. Tecnologie
  3. Installazione

Breve Descrizione

Questo progetto si basa su una semplice applicazione pensata da me, da cui ho preso ispirazione per lo stile e l'organizzazione dalle applicazioni di Hertz e Subito.it.

Quest'applicazione è sviluppata in Angular ed ho utilizzato bootstrap per l'aggiunta dei componenti e dello stile, personalizzandolo con Sass.

L'applicazione permette ad un utente registrato, la possibilità di pubblicare un annuncio per condividere un veicolo. L'annuncio pubblicato sarà visibile nella pagina degli annunci. Per gli annunci e la registrazione degli utenti ho utilizzato un semplice database installato con NPM.

Un ulteriore pagina invece, mostra delle vetture in vendita, Le vetture in vendita provengono da delle API che ho scritto e inserito in un database utilizzando MongoDB e Node Express.

Tecnologie

Per questo progetto sono state utilizzate ed è necessaria l'installazione per il corretto utilizzo delle seguenti tecnologie:

Installazione

  1. Per avere il codice funzionante, bisogna avere installato Node.js, npm(Package Manager), Angular, Sass, e MongoDB

  2. Per utilizzare l'applicazione clonare la repository final-project-fe e installare i node_modules con il seguente comando dal terminale:

$ npm i
  1. Da terminale, lanciare il db.json con il seguente comando:
$ json-server db.json -m ./node_modules/json-server-auth
  1. Dalla directory node-express-mongodb aggiungere il file cars.json nel MongoDB del proprio device, aprire un secondo terminale e lanciare il seguente comando:
$ npm start

5.Per visualizzare sul proprio browser l'applicazione, aprire un terzo terminale e lanciare il seguente comando:

$ ng serve 

final-project-fe's People

Contributors

gigijeskai 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.