Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/yobslob/brew
- Owner: yobslob
- Created: 2024-10-26T15:45:48.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-26T21:17:28.000Z (2 months ago)
- Last Synced: 2024-10-27T21:05:12.915Z (2 months ago)
- Topics: ejs, express, mongodb, nodejs, react-vite
- Language: JavaScript
- Homepage:
- Size: 298 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```