Simple blog API built with nodejs.
- NodeJS
- MongoDb
- GIT
- Nodemon
- Start mongodb service by this command
mongod - Clone the project
git clone https://gitlab.com/mabras/simple-blog-nosejs.git - Open the project directory
cd simple-blog-nosejs - copy .env.example file and paste it in same place with new name '.env' and change variables to meet your enviroment.
- Run
npm install - Run
npm startfor production ornodemon startfor development. - Using another terminal go to client directory and run
npm install. - Run
npm startinside client directory.