I'm looking to create a system with three different types of users: Admin, Customer and Client. The customer should be able to submit a form/order which all the clients will see and the first client to accept it will get to keep the order. Once the order has been accepted by the client it should reflect that back to the customer's system.After a customer/client signs up the admin should be able to approve/disapprove them before they can log in into the system. The admin should also see all the submitted forms/orders.I'm fairly new to node.js and have created a basic login system with express, passport and mongo. However, this system is whole other beast which I'm really struggling with.ANY advice is highly appreciated.If you can link me to guides like blog tutorials, articles, videos etc that would be extremely helpful but I'm just looking for general advice and best practices.Thanks!
Submitted November 15, 2018 at 05:08PM by killthescrubz
No comments:
Post a Comment