Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```