Skip to content

gesstav/mathesisnodejs

Repository files navigation

Mathesis Node.js Repository

This repository contains the source code for the Mathesis Node.js project. The project aims to demonstrate a web application built using Node.js, Express, and other related technologies.

Features

  • User authentication and authorization
  • Creation, editing, and deletion of content
  • Content organization and categorization
  • Responsive design for various devices and screen sizes

Requirements

  • Node.js 14.x or later
  • NPM 6.x or later
  • MongoDB 4.4 or later

Installation

  1. Clone the repository:
git clone https://github.com/apetridis/mathesisnodejs.git 
  1. Change to the project directory:
cd mathesisnodejs 
  1. Install the dependencies:
npm install 
  1. Set up environment variables:

Create a .env file in the project root directory with the following environment variables:

MONGODB_URI=<your_mongodb_connection_string>
SESSION_SECRET=<your_session_secret>
  1. Start the application:
npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors