Skip to content

eventbyte/eventbyte-api

Repository files navigation

EventByte API

Setup

Setup your repo first:

./setup.sh

Connect to Database

Local

mongo

MongoDB Atlas

  • Connection:
    • Type: Direct Connection
    • Name: YourPreferredName
    • Address: databasename-shard-00-00-sppjs.mongodb.net
    • Port: 27017
  • Authentication:
    • Perform Authentication
    • Database: admin
    • User Name: yourusername
    • Password: yourpassword
    • Auth Mechanism: SCRAM-SHA-1
  • SSL:
    • Use SSL protocol

Development

yarn
yarn dev

Testing

yarn test

Deployment

yarn deploy