Freely like, share and comment your favorite movies and actors on leviosa movie ๐
This project was created for Patika.dev Gusto&RemoteTeam sponsored NodeJs Bootcamp as final project
LiveURL: https://leviosa-movie.herokuapp.com/
- Node.js
- Typescript
- TypeORM
- MySQL
- Ejs
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
A step by step guide that will tell you how to get the development environment up and running.
- Clone the repository
git clone https://github.com/lingardium/leviosa-movie
- Install dependencies
cd leviosa-movie
npm install
- create .env file like .env.example
TOKEN_SECRET =
SESSION_SECRET =
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
FACEBOOK_CLIENT_ID=
FACEBOOK_CLIENT_SECRET=
HOST=
DB_PORT=
USERNAME=
PASSWORD=
DATABASE=
- Build and run the project
npm start
Navigate to http://localhost:3000