Welcome to VideoTube Server, the backend for your video streaming application.
- Setup MongoDB : You can use MongoDB Atlas or any other MongoDB instance.
- Obtain MongoDB Connection URI.
- Create a
.env
file in the root directory of the project. - Open
sample.env
and copy its contents to.env
. - Set values for the environment variables in the
.env
file, including the MongoDB connection URI.
Run the following commands in your terminal:
npm install
npm run dev