Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Javascript Testing Best Practices | 21,424 | 21 days ago | 59 | mit | JavaScript | |||||
📗🌐 🚢 Comprehensive and exhaustive JavaScript & Node.js testing best practices (December 2022) | ||||||||||
Payload | 10,583 | 5 | 20 | 20 hours ago | 248 | September 24, 2022 | 42 | mit | TypeScript | |
Built with React + TypeScript, Payload is a free and open-source Headless CMS. [✩Star] if you support our work! | ||||||||||
Winds | 8,486 | 2 years ago | bsd-3-clause | JavaScript | ||||||
A Beautiful Open Source RSS & Podcast App Powered by Getstream.io | ||||||||||
Project_mern_memories | 4,464 | a month ago | 104 | JavaScript | ||||||
This is a code repository for the corresponding video tutorial. Using React, Node.js, Express & MongoDB you'll learn how to build a Full Stack MERN Application - from start to finish. The App is called "Memories" and it is a simple social media app that allows users to post interesting events that happened in their lives. | ||||||||||
Hackernews React Graphql | 4,351 | 6 months ago | 23 | mit | TypeScript | |||||
Hacker News clone rewritten with universal JavaScript, using React and GraphQL. | ||||||||||
Blog | 4,197 | 3 months ago | 70 | HTML | ||||||
大前端技术为主,读书笔记、随笔、理财为辅,做个终身学习者。 | ||||||||||
Project_chat_application | 3,632 | 8 days ago | 70 | JavaScript | ||||||
This is a code repository for the corresponding YouTube video. In this tutorial we are going to build and deploy a real time chat application. Covered topics: React.js, Node.js, Express.js, and Socket.io. | ||||||||||
Builderbook | 3,486 | 4 months ago | 69 | mit | JavaScript | |||||
Open source web application to learn JS stack: React, Material-UI, Next.js, Node.js, Express.js, Mongoose, MongoDB database. | ||||||||||
Saas | 3,322 | 3 months ago | 11 | mit | TypeScript | |||||
Build your own SaaS business with SaaS boilerplate. Productive stack: React, Material-UI, Next, MobX, WebSockets, Express, Node, Mongoose, MongoDB. Written with TypeScript. | ||||||||||
Docx | 3,210 | 47 | 77 | a day ago | 64 | September 22, 2022 | 82 | mit | TypeScript | |
Easily generate and modify .docx files with JS/TS with a nice declarative API. Works for Node and on the Browser. |
A small full-stack e-commerce project built with Postgres, Express, React and Node.
Clone the project
git clone https://github.com/dhatguy/PERN-Store.git
Go to the project directory
cd PERN-Store
Install dependencies
npm install
Start the server
npm run server
Start the client
npm run client
Start both client and server concurrently
npm run dev
To deploy this project run
npm run deploy
To run tests, run the following command
npm run test
git checkout -b feature/AmazingFeature
)git commit -m 'Add some AmazingFeature'
)git push origin feature/AmazingFeature
)To run this project, you will need to add the following environment variables to your .env file
REACT_APP_GOOGLE_CLIENT_ID
REACT_APP_GOOGLE_CLIENT_SECRET
REACT_APP_API_URL
REACT_APP_STRIPE_PUB_KEY
PGUSER
PGHOST
PGPASSWORD
PGDATABASE
PGDATABASE_TEST
PGPORT
PORT
SECRET
REFRESH_SECRET
GMAIL_PASSWORD
GMAIL_EMAIL
STRIPE_SECRET_KEY
Joseph Odunsi - @odunsi - [email protected]
Project Link: dhatguy/PERN-Store
Demo Link: https://pern-store.netlify.app