Steps to run this project:
- Run
npm icommand - Setup database settings inside
ormconfig.jsonfile - Run
npm startcommand
You should create an .env file for environment variables with specific values follow:
SPARKPOST_API_KEY=<value>
FRONTEND_HOST=<value>
TWITTER_CONSUMER_KEY=<value>
TWITTER_CONSUMER_SECRET=<value>
IMPORTANT: <value> should be created by yourself.