Skip to content

share-n-coffee/server

Repository files navigation

codecov Build Status Heroku

Development branch.

Quick Start

# Install dependencies for server
npm install

# Run the Express server only
npm run server

# Server runs on http://localhost:3000

.env example

NODE_MONGODB_URI=mongodb://root:root@localhost:27017/random_coffee
NODE_JWT_SECRET=random_jwt

TELEGRAM_BOT_ENABLED=0
TELEGRAM_BOT_TOKEN=123

CORS_ENABLED=0
CORS_ORIGINS=http://localhost:3000,https://google.com

About

Server is ready on

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Contributors 10