Giter Club home page Giter Club logo

node_user_seed's Introduction

Node user management quickstart

A quickstart allowing your users to sign up for the site and be loged in.

Depencies

  1. Node.js

  2. Sqlite3

  3. Bookshelf.js

  4. Express

These dependencies are all installable from npm and should work on Windows, Linux and Mac, and are allready listed in the package.json.

Installation

  1. git clone the project

  2. run npm install in a command line from the root folder to install the node depencies

  3. run npm start from the same location to start the server

Routes

By default the data is served via a REST API you will have acess to the following routes:

url method description
http://localhost:3000/ GET default route for server should show a static mesage
http://localhost:3000/users/login POST route for a user to login
http://localhost:3000/new POST add a new user
http://localhost:3000/delete DELETE remove a user from site
http://localhost:3000/update PUT update a user (name, is admin etc)

Models

There is only one model in the application, the user model, since this is a seed/quickstart the user is encouraged to change the model and add his own.

Database

The database is found in in the db folder, I recommend using the Firefox sqlite manager or the Google Chrome SQLite Editor or SQLiteStudio.

TODO

node_user_seed's People

Contributors

bora-george avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.