ReScript NextJS MongoDB App

As part of my learning journey with ReScript I’ve been been working on a project to explore building a real world application.

This project is based on the ReScript NextJS Template and the NextJS MongoDB App projects.

It has basic account features such as signing up, logging in, and account management. It also includes reCAPTCHA and account related email notifications using SendGrid.

Hopefully some of what I’ve learned may be useful to others. At the same time any feedback will be gratefully received.

3 Likes

I think that compiled files should not to be in repo
btw thanks for sharing :slight_smile:

1 Like

@snatvb that’s a good point. I saw in the docs that it’s recommended to commit the compiled files, but I realise now that recommendation is for libraries not applications. Thanks for the suggestion :+1:

1 Like