Skip to content

This is a simple repository for AvDevs Test for interview

Notifications You must be signed in to change notification settings

RohitRB/AvDevsTest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AvDevsTest

This is a simple repository for AvDevs Test for interview

#you need to create a database & one table to run this project

CREATE DATABASE user_system;

USE user_system;

CREATE TABLE users ( id INT AUTO_INCREMENT PRIMARY KEY, username VARCHAR(100) UNIQUE NOT NULL, password VARCHAR(255) NOT NULL, uploaded_file VARCHAR(255), created_at TIMESTAMP DEFAULT CURRENT_TIMESTAMP );

About

This is a simple repository for AvDevs Test for interview

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published