MatijaOsojnik / Minimalistic-Language-Learning

A minimalistic language learning project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Minimalistic Language Learning Project

This is a simple NodeJS + ExpressJS project created for public use.

Working on adding MongoDB as Mongoose to the project. There is no database implemented at the moment.

Used EJS instead of the casual HTML files to make the code shorter and more readable.

USAGE

  1. Get to your directory through the console

  2. Do npm install

  3. Required packages:

npm i express body-parser jquery jsdom dotenv ejs

You can also install these packages:

npm i mongodb mongoose node-sass

  1. Go to the server folder in the console and type nodemon app.js for the local server to start running.

  2. Play with the project and feel free to improve it:)

Work in progress.

About

A minimalistic language learning project

License:MIT License


Languages

Language:CSS 68.0%Language:HTML 22.8%Language:JavaScript 9.2%