Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 330 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 330 Bytes

frontEndCreateNotes

Project for creating and checking notes with hesh that you get in link after creating. For creating was used MAMP, and MySQL. Server: localhost:3306 »Database: reactjs TABLE notes

For starting backend - /npm i . /node index.js

For starting frontend - /npm i . /npm run start