Pyxis is a simple website where users can view details about movies and TV shows.
- Browse info's about Movie & Tv Shows.
- Make library or collection of movies/tv shows.
[TMDB] - provide movie & tv show details
- Clone the repo
git clone https://github.com/Ashik-AD/pyxis.git
- Install NPM packages
cd server npm install cd .. cd frontend npm install cd .. npm install
- Start local dev
npm start