This is a Social Media Server powered by NodeJS and Express
First, please ensure that you have the .env with the following keys before running the script:
PORT=
MONGODB_CONNECT_URI=
JWT_SECRET=
API_VERSION=
API_CLOUDINARY_SECRET=
API_CLOUDINARY_KEY=
API_CLOUD_NAME=
This project uses Cloudinary, and MongoDB Please visit their site documentation for api keys.
Next, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser or postman to see the result.
The easiest way to deploy your Express app is to use the Render Platform and Railway