Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yobslob/brew

Brew is built using React+Vite,ejs templates on an express server powering MongoDB. Basically, It comprises of a MERN stack web project.
https://github.com/yobslob/brew

ejs express mongodb nodejs react-vite

Last synced: 23 days ago
JSON representation

Brew is built using React+Vite,ejs templates on an express server powering MongoDB. Basically, It comprises of a MERN stack web project.

Awesome Lists containing this project

README

        

Website


Brew is built using React+Vite,ejs templates on an express server powering MongoDB.

Basically, It comprises of a MERN stack web project.

About


This is a mock project for the shortlisting of SDC club prospects. It is a clean, user-friendly blogging website's interface focusing on intuitive navigation. I have added cloud registering, therefore you can register and login from your system.

P.S. I'm still working on making it responsive and rendering it remotely.


Here's a preview to the home page :

![Project Screenshot](src/assets/loginPage.png)

Tech Stack


Front-end

  • React

  • Vite

  • CSS


Back-end

  • Node.js

  • Express.js

  • .mjs server


Database

  • MongoDB(Atlas+Compass)


Templating Engine

  • EJS


Installation

```console
npm install
```

Local Development

```console
npm run dev

```

Host Server

```console
nodemon server.mjs
```