Skip to content

Ashik-AD/pyxis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚠️⚠️⚠️

Monorepo for pyxis_client & pyxis_server repo on progress

If you encounter any issues or have questions, don't hesitate to reach out to me.

⚠️⚠️⚠️

Pyxis

Pyxis is a simple website where users can view details about movies and TV shows.

Features

  • View details about movies.
  • View details about TV shows.
  • Make library or collection of movies/tv shows.

Technologies used

  • JavaScript
  • TypeScript
  • NodeJs Express.js
  • React
  • React Router
  • CSS3
  • SASS
  • HTML5
  • Vite
  • Vercel

API

[TMDB] - provide movie & tv show details

Installation

  1. Clone the repo
    git clone https://github.com/Ashik-AD/pyxis.git
  2. Install NPM packages
    cd server 
    npm install
    cd ..
    cd frontend
    npm install
    cd ..
    npm install
  3. Start local dev
    npm start