vismitap / database_proj_companyDB

creating a database of company which is connected to a webpage.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

database_proj_companyDB-

creating a database of company which is connected to a webpage.

Basic Configuration

Make sure that you have Node.js and NPM installed. Make a file named /server/dev.env with contents

USERNAME=<db_username>
PASSWORD=<password>
PORT=2505

Also make sure that you have a MySQL server running on localhost (preferably with XAMPP). This server must have a database with the name company_db containing all the necessary tables. Refer the /server/Models directory for more info.

Starting The Server

To start the server, run the following command

npm run dev

About

creating a database of company which is connected to a webpage.


Languages

Language:JavaScript 65.3%Language:HTML 32.2%Language:CSS 2.3%Language:Shell 0.2%