Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/karlosvas/waynebooks
waynebooks is a book store made with javascript, nodejs, css, ejs, and MongoDB-Altlas 🚀
https://github.com/karlosvas/waynebooks
css ejs javascript mongodb mongodb-atlas mongoose nodejs
Last synced: 16 days ago
JSON representation
waynebooks is a book store made with javascript, nodejs, css, ejs, and MongoDB-Altlas 🚀
- Host: GitHub
- URL: https://github.com/karlosvas/waynebooks
- Owner: karlosvas
- Created: 2023-08-20T15:38:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-20T10:19:18.000Z (about 1 year ago)
- Last Synced: 2024-11-14T16:17:38.006Z (3 months ago)
- Topics: css, ejs, javascript, mongodb, mongodb-atlas, mongoose, nodejs
- Language: JavaScript
- Homepage: https://waynebooks.vercel.app/
- Size: 3.88 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WayneBooks
Personal project to create a JavaScript library.## How to access 👀
If you want to access the web, clone a repository with git clone.```bash
git clone https://github.com/karlosvas/bookstore-wayne.git
```
## Dependencies
Install the dependencies with npm install and make sure you have node installed.
```bash
pnpm node -v
pnpm install
```
Look at my app and give me your opinion 😊. If you have any questions or see any errors, do not hesitate to send me an issue 👍
```bash
pnpm start
```
## About the project
I know that there are obviously much simpler ways to make a website like this using frameworks, but I wanted to set myself a challenge to make it as vanilla as possible.