/book-exchange-app-client

Repository for freeCodeCamp backend certificate - the frontend part

Primary LanguageVueMIT LicenseMIT


Book exchange

📚 Turn the old book into useful ones.

screenshot

Tech Used

  • Vue - frontend framework
  • Vue router - the official router for Vue.js
  • axios - handling ajax requests

Deployment

  • Amazon EC2 - hosting both frontend & backend of the application
  • NGINX - serving the frontend

Setup

  1. Clone this repository.
  2. Create a env file .env. Sample as below:
VUE_APP_BACKEND_URL=http://localhost:3000/
VUE_APP_GITHUB_CLIENT_ID=<your GitHub client id>
  1. Start the server for development: npm run serve
  2. Build for production: npm run build
  3. See this repo for the backend of this application.

License

MIT