Skip to content

A social media server that allows user to share their thoughts

Notifications You must be signed in to change notification settings

lakansantos/wordsoff_server

Repository files navigation

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

About

A social media server that allows user to share their thoughts

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published