Skip to content

SPA pour gérer les posts d'un blog (MERN stack & Responsive Design).

License

Notifications You must be signed in to change notification settings

SafaeMT/blog-engine

Repository files navigation

blog-engine · GitHub license

A build to learn project using the MERN stack.

Developing

System Requirements

Built With

Developed With

Tested With

Setting up Dev

  1. Clone the repository:
git clone https://github.com/SafaeMT/blog-engine.git
cd blog-engine/
  1. Set up the dual development:

    Development is done within Docker containers and commits are pushed from our local machine.

a) Install the dependencies

cd client && npm ci
cd ../server && npm ci
cd .. && npm ci

b) Rename .env.example to .env

c) Create and start containers (services)

docker-compose up --build

The application is now accessible from https://localhost:3000/

e) To install a new package

docker-compose exec <service name> <install command>

d) To stop and remove all the containers

docker-compose down

Licensing

MIT licensed.

About

SPA pour gérer les posts d'un blog (MERN stack & Responsive Design).

Topics

Resources

License

Stars

Watchers

Forks