Skip to content

gal2410/Vacations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vacations MERN - MySQL, Express, React , and Node.js.

user// register and login, could follow or unfollow a vacation .

admin// can add, edit or delete a vacation. also the admin can go to chartjs and see only vacations that have been followed,

and how many followers.

Installation

To install all server-side dependencies, run this in the application folder from the command-line:

$ npm install

Also, to install client-side dependencies, run this in the application folder from the command-line:

$ cd client && npm install

Client server

Run cd client npm start` for a dev server.

Backend server

Run npm start or npx nodemon for a backend server.

Admin login

email: Admin

password:123456