/cinema-management

Projeto da disciplina IF682 - Engenharia de Software e Sistemas

Primary LanguageTypeScript

Cinema Management

Saas made to manage a cinema application. List movies, buy tickets and add movies.

Figma

Summary
  1. About The Project
  2. Getting Started

😊 About The Project

A SaaS to auxiliate users to create and manage models.

This project is divided in different packages so it's easier to maintain while scaling.

⚡ Built With

🚀 Getting Started

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

ℹ️ Prerequisites

This is an example of how to list things you need to use the software and how to install them.

   npm install -g @angular/cli

⚙️ Installation

  1. Clone the repo (or your fork)
    git clone https://github.com/lucasgmelo/cinema-management.git

🦕 Setup environment

Make sure you are in client or server (cd )

  1. Install packages

    npm install

Run this command both in the client and server folders

Extra: It's suggested for you to have ESLint extension installed on VSCode.

💡 Executing

  1. Make sure you are in the server folder
npm run start

You are going to receive a message: "Connected to DB"

  1. On another terminal, go to the client folder
npm run start
  1. visit: http://localhost:4200/

✨ That's all, thanks!