Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qu1etboy/thinkin
CRUD application built using nodejs, express, ejs and mysql
https://github.com/qu1etboy/thinkin
ejs express mysql nodejs
Last synced: 26 days ago
JSON representation
CRUD application built using nodejs, express, ejs and mysql
- Host: GitHub
- URL: https://github.com/qu1etboy/thinkin
- Owner: Qu1etboy
- License: mit
- Created: 2022-11-12T20:54:25.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-18T07:46:07.000Z (about 2 years ago)
- Last Synced: 2024-04-20T12:00:07.572Z (8 months ago)
- Topics: ejs, express, mysql, nodejs
- Language: EJS
- Homepage: https://thinkin.vercel.app/
- Size: 1.11 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 💡 Thinkin
NodeJS, Express, MySQL, CRUD application
## Screenshots
![](images/screenshot1.png)
![](images/screenshot2.png)## Environment Variables
```
DATABASE_URL=
PORT=
```## Database
- local: XAMPP (MySQL)
- prod: PlanetScale (MySQL)## Backend
- NodeJS
- Express
- EJS## Installation
download dependencies
```
npm install
```run the project
```
npm run dev
```