Skip to content

A repository used for practice and employment purposes.

Notifications You must be signed in to change notification settings

ktvrdinic/bookstore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bookstore app

This project is not made for the purpose of testing my skills. The project has authentication and authorization functionalities, where the user can add his own book, edit book, and delete his own book. It can also search for books from other users.

How to configure

The first thing you need to do is create a database on mongoDB or download it locally and configure it.

  1. Clone repository to your local environment
git clone https://github.com/ktvrdinic/bookstore.git
  1. Configure MongoDB and fetch connection URL (Tutorial how to connect MongoDB with Node)
  2. SetUp env variables.
    1. DATABASE (Set MongoDB URL fetched from 2.)
    2. SECRET (Set Secret for your JWT token)
  3. Enter to your cloned folder and install packages on server
yarn
  1. Install packages on client (run: cd client; yarn)
cd client
yarn
  1. Start your app on servert then on client (run: yarn start)
yarn start
cd client
yarn start

About

A repository used for practice and employment purposes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published