mvc system

ashwika

ashwika

@ashwika-iX9Tds Oct 21, 2024
i want to write a small system in mvc to manage user accounts in a college,
how do i start it in MVC ... most grateful if anyone can give me some ideas ....
System to maintain users accounts
1) user access by username , password and access number
2)allow access if only certain criteria are met e.g
e.g. does the user meet the prerequisites
e.g have a degree
completed named training course
pass CRB check etc
3)suspend an account
4)reactivate account
5) close or delete account etc

Thankyou

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • Manish Goyal

    Manish Goyal

    @manish-r2Hoep Mar 1, 2010

    Mvc stands for Model ,view ,controller.Below mantioned steps will help you .I hope so
    1:-choose a language for front end and database for back end
    2:-Draw DFD and entity diagrams to understand the flow of data
    3:-Then Make design,layouts etc
    After that implementation of your project,Then carry on testing

    Please correct me if i am wrong atleast i will follow these steps for a project