myFilm is a platform to manage the films, users, crews (film related users), film ratings, etc. The technologies used in the project are: PostgreSQL, nodejs, bootstrap.
- Clone the repository
- Copy the environment variables :
cp .example.env .env
- Add the environment variable into
.env
file - Install all the dependencies of the project :
npm install
- Run the project
npm start