Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)