Using Elixirand Phoeniximplementing the RealWorld API Spec
- Complete interface implementation
- Comprehensive test coverage
- The code is simple and clear, only including the most necessary dependency libraries.
- Install dependencies with
mix deps.get - Create and migrate your database with
mix ecto.setup - Start Phoenix endpoint with
mix phx.server
- Integration with front-end
- The front-end uses the React-Mobx implementation.
- Server deployment
- Adopt best practices
- Server-side functionality enhancement
- Generate some sample data, data seed
- Use cursor to paginate
- Post Search
- Image upload
- Comment nesting
- OAuth Login
- monitor
- GraphQL interface supports
- Front-end functionality enhancement
- React Hook version
- SSR
- i18n
- Post editor, markdown
- responsive design