Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 663 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 663 Bytes

Celesta 2022

Netlify Status

For contributing

Create a .env file in the root directory and the file should contain the following fields

NODE_ENV = development
PORT = 4500
DB_URI = mongodb://localhost:27017/celesta
JWT_SEC = jwtsecretdev
EMAIL_USER = [email protected]
EMAIL_PASSWORD = password

Quick Start

# Install dependencies (Server & Client)
npm run add

# Run client build
npm run build

# Server + Static Build Client - http://localhost:4500
npm start