Skip to content

rajanwalia4tech/maimt-media

Repository files navigation

MAIMTMEDIA Project

Installations

npm install express ejs sequelize mysql2

Database Setup

mysql -u root
create database maimtmediadb;

create user maimtmediauser identified with mysql_native_password by 'Password123#@!';

grant all privileges on maimtmediadb.*  to maimtmediauser;

flush privileges;

About

It is a social media web application for the MAIMT College.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •