Skip to content

Latest commit

 

History

History
38 lines (21 loc) · 956 Bytes

README.md

File metadata and controls

38 lines (21 loc) · 956 Bytes

React-App-AniKutusu

Memory Box App is a memories listing app developed with React and Mongodb.

In this application, operations such as adding a memory, deleting a memory, authentication, and Login/Signup are coded using Mongodb and react. Demo Image

DEMO LINK

Demo Link

To run the application

SERVER SIDE

Firstly, Create a config file for Mongodb connection.

Then, To install the libraries, run the code below in the directory where you downloaded the project codes:

npm install

Finally, run the code below to run the project

npm start

CLIENT SIDE

Firstly, To install the libraries, run the code below in the directory where you downloaded the project codes:

npm install

Finally, run the code below to run the project

npm start

If you want to build:

npm run build