This is a Next.js project!
Setup with help from /hoangvvo/nextjs-mongodb-app
This is a website to facilitate the keyboard community in their crowdsourced manufacturing. The plan is to allow users to get notifications based off of products that are in development, follow products in interest checks, and quickly find information from the community.
https://github.com/zeit/next.js/tree/master/examples
Running the local server is as simple as utilizing
npm install
npm run dev
# or
yarn install
yarn devOpen http://localhost:3000 with your browser to see the result.
-[ ] Integration of passport.js for local accounts -[ ] Session support for logins -[ ] MongoDB database for accounts -[ ] Session security with iron and bcryptjs password hashing -[ ] Integrate Email campaign with mailgun -[ ] Account Features -[ ] Profile editing -[ ] Email verification, password changes, password resets