Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/harmoniousmoss/phoenixmockup
A full-stack website development project. Written in Elixir and uses the Phoenix web framework
https://github.com/harmoniousmoss/phoenixmockup
elixir phoenix-framework postgresql tailwindcss
Last synced: about 5 hours ago
JSON representation
A full-stack website development project. Written in Elixir and uses the Phoenix web framework
- Host: GitHub
- URL: https://github.com/harmoniousmoss/phoenixmockup
- Owner: harmoniousmoss
- Created: 2024-08-27T14:01:20.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-31T15:15:41.000Z (4 months ago)
- Last Synced: 2024-11-16T17:35:56.946Z (about 2 months ago)
- Topics: elixir, phoenix-framework, postgresql, tailwindcss
- Language: Elixir
- Homepage:
- Size: 118 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Full-stack Web Development With Phoenix Framework
Please note that this full-stack web development project repository is only concerned with the backend development of the project. The frontend development of the project is done in a separate private repository.
## Technologies
* [`Elixir`](https://elixir-lang.org/)
* [`Phoenix Framework`](https://www.phoenixframework.org/)
* [`PostgreSQL`](https://www.postgresql.org/)## Development in plan
### Backend
* [x] Contact endpoint
* [x] News endpoint
* [x] Signup endpoint
* [x] Signin endpoint
* [x] User endpoint
* [x] Upload assets to Amazon S3
* [x] JWT authentication and authorization
* [x] User middleware