https://github.com/01zulfi/chess-openings
An inventory application written using express and styled with tailwindcss
https://github.com/01zulfi/chess-openings
express pug tailwindcss
Last synced: 2 months ago
JSON representation
An inventory application written using express and styled with tailwindcss
- Host: GitHub
- URL: https://github.com/01zulfi/chess-openings
- Owner: 01zulfi
- License: mit
- Created: 2022-05-01T11:27:35.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-15T08:08:22.000Z (12 months ago)
- Last Synced: 2025-02-03T22:39:03.861Z (4 months ago)
- Topics: express, pug, tailwindcss
- Language: JavaScript
- Homepage: https://chess-openings.adaptable.app/
- Size: 354 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Chess Openings
## Inventory for chess openings and variations### [Live Preview Link](https://chess-openings.adaptable.app/)
## About
Chess Openings is an inventory application that allows users to view and add new chess openings and variations. Users can update and delete openings/variations by entering a password (Hint: Password is in the source code).
## Technologies
- Written in a NodeJS Framwork: [Express](https://expressjs.com/)
- Employes a Model, View, Controller architecture
- Uses [Pug](https://pugjs.org/api/getting-started.html) as the templating engine
- Styled via [Tailwind CSS](https://tailwindcss.com/)## Running Locally
1. Clone the repo:
```
git clone [email protected]:01zulfi/chess-openings.git
```
2. Copy .env.sample to .env and supply environment variables:
```bash
cp .env.sample .env
```
3. Install dependencies:
```
npm install
```
4. Run:
```
npm run serverstart
```## Attributions
- Data from [chess.com](https://www.chess.com)
- Favicon from [svgrepo.com](https://www.svgrepo.com/)------


