wordsoff_server

A social media server that allows user to share their thoughts

Stars
1
Committers
2

This is a Social Media Server powered by NodeJS and Express

Getting Started

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.

Deploy on Render or Railway

The easiest way to deploy your Express app is to use the Render Platform and Railway

Related Projects