LucianoPierdona / movies

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Movies

A basic project to register for a movie and list registered users!

Getting Started

Here are the steps to reproduce this on your local machine.

Prerequisites

Required tools

  • npm or yarn
    npm install npm@latest -g
    npm install yarn@latest -g

Installation

Install and run

  1. Clone the repo
    git clone https://github.com/LucianoPierdona/movies.git
  2. Install NPM packages
    cd frontend && yarn
    cd backend && yarn
  3. run yarn start on backend
    cd backend && yarn start
  4. run react
    cd frontend && yarn start
  5. web and server urls
    frontend: http://localhost:3000/
    backend: http://localhost:3001/

(back to top)

About


Languages

Language:TypeScript 94.1%Language:HTML 4.4%Language:CSS 1.0%Language:Shell 0.4%