-
Notifications
You must be signed in to change notification settings - Fork 0
crazy548/Meeting-App
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
ii) install all the npm_modules of the client directory using npm install or yarn add
iii) then start the client development server using npm start or yarn start
i) Navigate to the server directory of the project folder
ii) install all the npm_modules of the server directory using npm install or yarn add
iii) then start the server side developmental server using npm run dev
i) To connect the server side to your system's Mysql database, make sure that the information in the database.js(createPool function) matches with the information of your local machine.
ii) create the schema's user, meeting and user-meets with the fields and properties as specified in https://github.com/padityak79/MeetingPlanner/blob/master/Database%20Setup.pdf
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published