Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/miasmartypants/librarymanager
- Owner: MiaSmartyPants
- Created: 2024-05-01T22:28:15.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-05-10T23:45:04.000Z (6 months ago)
- Last Synced: 2024-10-15T17:32:41.694Z (about 1 month ago)
- Topics: auth0, express, javascript, nodejs
- Language: JavaScript
- Homepage:
- Size: 2.05 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```