Giter Site home page Giter Site logo

alten-hotel's Introduction

Project Title

Alten Hotel

Example app for Alten application process

Getting Started

The project is estrutured in two main applications. app-client is the front end app developed in Angular 9 app-server is the backend REST API developed in NodeJS and MongoDB

The app-client have a home page with the registration and login form.

After the login you access to the administration module where you can manage all the app data: users, reservations and rooms.

All app modules are structured in 4 submodules: grid, main, form and modal. All have functional filters implemented.

Note that the dashboard is not funcional.

The app have basic security implemented.

Have Docker support but for time was not tested.

I used thrid parties themes and libraries: starboostrap-sb-admin-2 luxe free template for the home page theme boostrap 4

Note: the calendar dropdown should be clicked on the calendar icon not in the entire field (this is an issue from the plugin used)

Prerequisites

In order to install the app you need to have Node installed and a MongoDB database, you can setup the Mongo connection on the app-server/.env file:

DB_CONNECTION=mongodb://admin:admin@localhost:27017/britondb

you have to setup your connection first at all

Then install all package dependencies on each app

The app came with some demo data that you need to populate before to run the app-client

by default the app-client run on http://localhost:4200/home and the app-server on http://localhost:3000

to populate the demo data go to: http://localhost:3000/users/loadData

then you can login in the app with: "email":"[email protected]" "password":"admin" with no quotes

Installing

On app-server: -npm install -npm run start

On app-client -nom install -ng serve

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

Thanks to Alten for the opportunity

alten-hotel's People

Contributors

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