/netflux-api

Netflux Backend - Node.js

Primary LanguageJavaScriptMIT LicenseMIT

Netflux API

Netflix clone with backend, frontend and mobile using Node.js, ReactJS and React Native

Run in Insomnia}

💻 Technologies

ℹ️ How To Use

To clone and run this application, you'll need Git, Docker and Yarn v1.22.4 installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/filipem2210/netflux-api

# Go into the repository
$ cd netflux-api

# Rename .env.example file to .env and change the environment variables
# Install OpenSSL (https://chocolatey.org/packages/OpenSSL.Light)
# Run the commands below, with the same SECRET_KEY from .env file:
$ openssl genrsa -des3 -out private.pem 2048
$ openssl rsa -in private.pem -outform PEM -pubout -out public.pem

# Run the app
$ yarn dev

📝 License

This project is under the MIT license. See the LICENSE for more information.

🎓 Author


@filipem2210