Skip to content

ibrahimkoujar/nodejs-basics

 
 

Repository files navigation

NodeJS Blog Application

Simple blog API built with nodejs.

Requirements

  • NodeJS
  • MongoDb
  • GIT
  • Nodemon

How do I get set up

  • 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 start for production or nodemon start for development.
  • Using another terminal go to client directory and run npm install.
  • Run npm start inside client directory.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 95.2%
  • CSS 3.1%
  • HTML 1.7%