Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/miasmartypants/librarymanager

Manage your online reading with this simple library application.
https://github.com/miasmartypants/librarymanager

auth0 express javascript nodejs

Last synced: about 1 month ago
JSON representation

Manage your online reading with this simple library application.

Awesome Lists containing this project

README

        

# LibraryManager
Manage your online reading with this simple library application.

## Features
- Browse profile and preselected titles
- Navigate to library page to browse more preselected titles
- Login with AuthO

## Installation

1. Clone the repo:
```
git clone https://github.com/MiaSmartyPants/LibraryManager
```
2. Take out the owner's git:
```
git init
```

3. Go to server folder
```
cd server
```

4. Install all NPM packages using this in the root directory:
```
npm install
```
5. Inside your server folder, create an .env file with:
```
touch .env
```

- Inside your .env add:
```
your AuthO key
```
- Go Back to Terminal

```
6. Start the app by using in client and server folder:
```
npm start
```