This is a community project to learn system design using Angular, Firebase, and Node. The goal of the app is to function like Buffer or Hootsuite, a social media content tool used to share social media accounts with multiple users and to allow scheduling of content.
Read more about the architecture and plan.
You will need to create a Facebook application if you want to run this on your own. Once you have your Facebook application id and secret, you will need to create a .env file with the following settings:
FACEBOOK_APP_ID=1234567890
FACEBOOK_APP_SECRET=1234567890abcdef1234567890abcdef
FACEBOOK_CALLBACK_URL=http://localhost:4200/api/auth/facebook/callbackTo start a local development server, run:
npm run startOnce the server is running, open your browser and navigate to http://localhost:4200/. The application will automatically reload whenever you modify any of the source files.
Angular CLI includes powerful code scaffolding tools. To generate a new component, run:
ng generate component component-nameFor a complete list of available schematics (such as components, directives, or pipes), run:
ng generate --helpTo build the project run:
ng buildThis will compile your project and store the build artifacts in the dist/ directory. By default, the production build optimizes your application for performance and speed.
For more information on using the Angular CLI, including detailed command references, visit the Angular CLI Overview and Command Reference page.
- Blue #1364C2
- Green #17BE98
