Movie review app where you review Movies and discuss about them.
- Adonis.js Framework Latest version (Node.js). To know more [https://docs.adonisjs.com/guides/installation]
- Typescript
- Tailwindcss for frontend. Docs [https://tailwindcss.com/]
- Lucid ORM [https://lucid.adonisjs.com/docs/introduction]
- In order to run the app first:
npm ci
- Run migration:
node ace migration:run
. Note we use sqlite db in tmp folder generated. - After installing modules:
npm run dev
- A server will spin up
- Open the server in your most favourite browser
- You will see register screen
- File is not uploading to server (image file). This is currently being worked upon please see the next commit soon.
- May need adapter or sdk to upload to cloudinary or other services etc AWS.
If you would like to contribute open a PR to adjust the issue. If you have new feature feel free to make something and open PR.