This is an example of a user management app built using Node.js and Cosmic JS. User information is stored in your Cosmic JS dashboard for easy adding, editing and extending. User data is made available through the Cosmic JS CMS API.
Current functionality includes:
- Sign up
- Log in
- View a list of users (after login)
- Fully manage user data using Cosmic JS. Easily add, remove and extend user data.
- Form validation, server validation.
- Gravatar support.
git clone https://github.com/cosmicjs/user-management
cd user-management
npm install
COSMIC_BUCKET=your-bucket-slug npm start
Go to http://localhost:3000.
Create a config/development.js
file and match it to config/production.js
with your values.
npm run development
Go to http://localhost:5000.
This is a starting point. Please feel free to fork and extend to suit your specific needs.