Skip to content

Test task for Junior Web Developer position. Subscription input validation with JavaScript. Storing data in MySQL database.

Notifications You must be signed in to change notification settings

SabineZilde/Task-for-JrWebDev-Position

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

This project was bootstrapped with Create React App.

How to run this project on your local machine

Client side

cd into Client drirectory and install the dependencies:

npm install

Run the app in the development mode.
Open http://localhost:3000 to view it in your browser.

npm start

Server side

cd into Server directory and install the dependencies:

npm install

Run the server side:

node index.js

mySQL database

Import the database from file pineappledb_dump.sql