Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/parv3213/havi-task
Havi task
https://github.com/parv3213/havi-task
atlas ejs express heroku interview-task jwt mongoose node
Last synced: 27 days ago
JSON representation
Havi task
- Host: GitHub
- URL: https://github.com/parv3213/havi-task
- Owner: parv3213
- Created: 2020-09-21T16:51:14.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-30T19:09:59.000Z (over 4 years ago)
- Last Synced: 2024-11-09T07:47:01.999Z (3 months ago)
- Topics: atlas, ejs, express, heroku, interview-task, jwt, mongoose, node
- Language: HTML
- Homepage: https://users-and-tasks.herokuapp.com/
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## [User and logs](https://users-and-tasks.herokuapp.com/)
### What is done so far?
1. Routing using express
2. Connection with MongoDB Atlas
3. Authentication using JWT
4. REST Api for certiain routes
5. Tested API's using Postman
6. Very basic front-end for login and signup routes
7. Storing user details to database#### Purpose
- Create a signup form with at least 6 fields, of which one should be a date field.
- Create a login form.
- When a user logs in, show them a page with a list creator. There will be a text box into which the user can enter something and on press of enter, the item will be added to the database and populate the updated database in the list.
- Create an admin grid where the list of all users can be seen in a grid.
- Write APIs to handle data to be processed with all the forms and make it a functional application.#### Hosted on -> https://users-and-tasks.herokuapp.com/
##### Project Lead: [Parv Garg](https://github.com/parv3213)