Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nikhilcodes/issuist
An issue tracking web application.
https://github.com/nikhilcodes/issuist
expressjs jwt-token mongodb reactjs ui-design
Last synced: 26 days ago
JSON representation
An issue tracking web application.
- Host: GitHub
- URL: https://github.com/nikhilcodes/issuist
- Owner: NikhilCodes
- Created: 2020-08-15T10:55:43.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-23T13:26:15.000Z (over 4 years ago)
- Last Synced: 2024-10-30T02:48:25.610Z (2 months ago)
- Topics: expressjs, jwt-token, mongodb, reactjs, ui-design
- Language: JavaScript
- Homepage: https://issuist.herokuapp.com/
- Size: 3.9 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Issuist
An issue tracking web application.
Tasks to be done:
- [x] EmailPasswordAuthentication
- [x] Auth Persistence
- [x] Used JWT to recognize user machine
- [x] Pleasant UI
- [x] Implement Dash Board
- [x] Implement Issues page
- [ ] Implement Comment Section
- [x] Add MongoDB to store projects and related data
- [ ] Google OAuth
- [ ] Implement create function for all mongo collections## Run (Developement Env)
`cd backend && npm start`
`cd .. && npm start`## Deployment
`npm run production`
Now you just need to host the backend folder on a server.
## Screenshots
![ss1](/res/ss1.png)
![ss2](/res/ss2.png)
![ss3](/res/ss3.png)