Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/normalhuman01/mern-social-master
https://github.com/normalhuman01/mern-social-master
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/normalhuman01/mern-social-master
- Owner: normalhuman01
- License: mit
- Created: 2023-12-10T05:17:53.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-10T05:18:43.000Z (about 1 year ago)
- Last Synced: 2023-12-12T23:38:09.004Z (about 1 year ago)
- Language: TypeScript
- Size: 120 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MERN Social Network
These are the list of main Tools and libraries used in this project:
* Mongodb
* Express
* React (using Vite)
* Nodejs
* Docker
* Docker-compose
* Typescript
* Tailwindcss
* Redux-toolkit
* Zod### Installation
```
```
### docker-compose
for backend development
```
docker-compose up -d
npm i
npm run dev
```### commands
* `npm run seed`, to fill the database with sample data
* `npm run dev`, to run the backend development server
* `npm run build`, to build the backend project
* `npm start`, to start the production server