This is a simple backend project for user management. It supports implementations in JavaScript and Python.
- User sign-up
- User login
- User deletion
- Install Python 3.x.
- Run
testing.pyto start the application:python testing.py
- Install Node.js.
- Run
app.jsto start the application:node app.js