Welcome to the Reelzzz Server repository! This Node.js application serves as the backend for the Reelzzz project. Below, you'll find instructions on how to set up the development environment and configure necessary variables using the .env
file.
Before you begin, make sure you have Node.js and npm installed on your system. You can download and install them from Node.js official website.
- Clone this repository to your local machine:
git clone https://github.com/Ritik5Prasad/Reelzzz_server.git
- Navigate to the project directory:
cd Reelzzz_server
- Rename the
env_template
according to your need local or prod file to.env
:
mv env_template .env
Open the .env
file in your favorite text editor and fill in the required details. If you're unsure about what to fill, you can refer to the following YouTube playlist for guidance: Reelzz YouTube Playlist.
Once you have configured the .env
file, you can start the server by running:
npm install
npm start
This will install the necessary dependencies and start the server on the specified port.
If you'd like to contribute to this project, please fork the repository and create a pull request with your changes. We welcome any contributions, whether it's fixing bugs, adding features, or improving documentation.
This project is licensed under the MIT License, which means you are free to use, modify, and distribute the code as long as you include the original license in your distribution.
Happy coding! If you have any questions or need further assistance, feel free to reach out to us.