Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/erabossid/mongo-office
An office management app built with MERN stack
https://github.com/erabossid/mongo-office
express management mern-stack mongodb mongoose office react tradecoder
Last synced: about 1 month ago
JSON representation
An office management app built with MERN stack
- Host: GitHub
- URL: https://github.com/erabossid/mongo-office
- Owner: erabossid
- Created: 2020-11-02T17:12:42.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-17T10:38:53.000Z (over 3 years ago)
- Last Synced: 2024-11-15T01:44:20.747Z (about 2 months ago)
- Topics: express, management, mern-stack, mongodb, mongoose, office, react, tradecoder
- Language: JavaScript
- Homepage: https://tradecoder.github.io/mongo-office/
- Size: 6.42 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mongo Office
An office management app built with Node, Express, React and MongoDB (MERN Stack)## Get it on your local machine
```
git clone https://github.com/thetradecoder/mongo-office.gitnpm install
// then create a .env at backend folder and set MONGO_URI
// start the appnpm start
```## work in progress...
* Completed login and logout
* Completed nav menus of all linked app and applied to logged in user's dashboard
* Completed Task-Manager (create task, view task, view task archive, edit task, close task, delete task (this will not delete the original message, rather it will change its status to 'deleted' and won't be viewed to client but will be reserved in the server database, and the client won't be notified about this secret)
* Completed Cash-Register (Record entry, view statement)
* Completed Event-Manager (Event registration, view active event, view event archive, edit event, close event and delete event)
* Completed Meeting-Records (Add/register a meeting, add/edit notice, agenda, participants, minutes, and more...)
* Working on Vehicle Records