https://github.com/z347/node-react-createandsharenotes
Test task to NerdySoft to the post Full-stack Developer
https://github.com/z347/node-react-createandsharenotes
express-js mongodb node-js react socket-io
Last synced: about 2 months ago
JSON representation
Test task to NerdySoft to the post Full-stack Developer
- Host: GitHub
- URL: https://github.com/z347/node-react-createandsharenotes
- Owner: z347
- Created: 2020-09-09T19:53:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-10T00:09:33.000Z (over 5 years ago)
- Last Synced: 2025-07-08T05:22:47.483Z (11 months ago)
- Topics: express-js, mongodb, node-js, react, socket-io
- Language: JavaScript
- Homepage: https://create-and-share-notes.herokuapp.com/
- Size: 3.03 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# About this project
This is a full stack development project.
The main features that are present in this project:
- data validation
- registration
- authentication and authorization
- password encryption
- use of database
- create notes
- edit notes
- share notes with another user from at a system
- the one with whom to share the note should see who shared the note
## Demo

## Run Project Locally
1. clone or fork this repository.
2. install all dependencies and devDependencies in to all folders: api, client, root folder
3. at the root folder open terminal and type: **npm run dev**
## Technologies Used
- Node.js
- React.js
- Socket.io
- MongoDB
- ...