Skip to content

cosmicjs/user-management

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

User Management

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)

Demo

Click here to view a demo

Image of User Management App

Features

  • Fully manage user data using Cosmic JS. Easily add, remove and extend user data.
  • Form validation, server validation.
  • Gravatar support.

Get started

git clone https://github.com/cosmicjs/user-management
cd user-management
npm install

Run in production

COSMIC_BUCKET=your-bucket-slug npm start

Go to http://localhost:3000.

Run in development

Create a config/development.js file and match it to config/production.js with your values.

npm run development

Go to http://localhost:5000.

Customize

This is a starting point. Please feel free to fork and extend to suit your specific needs.

About

A user management example app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published