Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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 🚀

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.