- Notifications
You must be signed in to change notification settings - Fork3
simple social network API with NodeJS , Express , MongoDB
License
NotificationsYou must be signed in to change notification settings
mmdsharifi/skillsharee
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
NodeJS API for skill sharee App.
- User
- post
- post's comment
- tag
- page
- events
I usebabel Node for base of project. andthis tutorials for create API.
trynpm install
after thatnpm start
and enjoy! 😄
- 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
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
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Contributors6
Uh oh!
There was an error while loading.Please reload this page.