Skip to content

Repository files navigation

BlitzCraftHQ - API


Use yarn to install the project dependencies:
yarn install
Type cp .env.example .env in the terminal to create an ENV file and enter your credentials in the .env file.
# Configure your API port
API_PORT=5000

# Auth0 Config
APP_BASE_URL=http://localhost:5000 
AUTH0_ISSUER_BASE_URL=https://yourtenant.eu.auth0.com/ 

# MongoDB Config
DATABASE_URL="DB_CONNECTION_STRING"
Run the project in development mode. Server restarts on file changes
yarn run dev
Deploy to production.
yarn run prod

About

Express backend for Neocast

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages