Skip to content

Fullstack application based on MySQL, Node (express), React & Redux

License

Notifications You must be signed in to change notification settings

levitomer/cheq-fullstack-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cheq-fullstack-app

Fullstack application based on MySQL, Node (express), React & Redux

Vasts Application

Cheq Home Assignment

Back-End Configuration

  1. Make sure you have MySQL Server installed on your machine. Please follow this MySQL Guide for more information.

  2. Create a new database in your DB client viewer, and call it vasts.

  3. Use the following credentials for the vast database:

    user: 'root',
    password: 'password!',
    database: 'vasts'
  4. Go to the server/db sub-directory. Grab the config.sql dump file and load it in your DB client viewer.

  5. Use the vasts database and execute the config.sql dump file to create a Vasts table with some content.

  6. In the server directory, run npm i in order to install node_modules.

  7. Finally, run npm i in order to start the server.

Front-End Configuration

  1. cd into client directory and run npm i in order to install node_modules.

  2. Finally, run npm start, react will open a new tab with the web application.

Author

Tomer Levi

License

MIT

About

Fullstack application based on MySQL, Node (express), React & Redux

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published