Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/normalhuman01/mern-social-master


https://github.com/normalhuman01/mern-social-master

Last synced: about 1 month ago
JSON representation

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