Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

simple social network API with NodeJS , Express , MongoDB

License

NotificationsYou must be signed in to change notification settings

mmdsharifi/skillsharee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NodeJS API for skill sharee App.

Entities

  1. User
  2. post
  3. post's comment
  4. tag
  5. page
  6. events

Getting Started

I usebabel Node for base of project. andthis tutorials for create API.

trynpm install after thatnpm start and enjoy! 😄

Tools and Technologies

  • Babel JS : ES6❤️ compiler
  • Express : Node.js web application framework
  • npm : node package manager
  • Node.JS : Server side JS
  • Mongoose : elegant mongodb object modeling for node.js
  • Passport : Passport is authentication middleware for Node.js
  • bcrypt-nodejs : A native JS bcrypt library for NodeJS.(for hash and salt password)
  • express-restify-mongoose : Easily create a flexible REST interface for mongoose models

Import/Export in MongoDB

Back Up and Restore with MongoDB ToolsExport (csv)

mongoexport --db skillsharee --collection users --type=csv --fields name,email,password --out /opt/backups/users.csv

Import (csv)

mongoimport --db skillsharee --collection users --type csv --headerline --file /opt/backups/users.csv

About

simple social network API with NodeJS , Express , MongoDB

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors6


[8]ページ先頭

©2009-2025 Movatter.jp