Skip to content

App for automatic generation of titles pages in accordance with the normative regulations of the Russian Federation

Notifications You must be signed in to change notification settings

CaioF/bmstu-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Титуль-шник МГТУ им. Н. Э. Баумана

Приложение для оформления титульных листов по ГОСТу, система создана для автоматизирования и нормализирования оформления титульных листов.

Чтобы запустит приложение:

1. git clone https://github.com/CaioF/bmstu-app.git

Clones the repo into a new folder.

2. cd bmstu-app

Change your terminal directory into the bmstu-app folder.

3. npm install

Installs all the required dependencies

  • Warning! App is configured to work with nodejs 10.

4. Поменяйте IP в файлах внутри папки компонентов

App is configured to work on a local host via the local IPv4 adress. Follow these steps to do so:

  • Get your IPv4 via ipconfig (on Windows) or ip addr show (on Linux).
  • Change the IPs on the files inside the /components folder.

5. Добавляйте ссылку на базу данных в server.js

You need to add the connection link to your mongodb database.
Put your local or remote linkeat line 16 const uri = ... in the server.js file

6. npm run build

Builds the app for production to the build folder.

7. node server.js

Starts the app.

8. Open your browser and type in: http://your.ipv4.adress:8008

Opens the app.

  • Warning! App was tested on google chrome.

BAT Executable for lazy upkeeping:

@echo on
taskkill /IM "node.exe" /F
cd C:\path\to\bmstu-app
start cmd /k node server.js
ping your.ipv4.adress
start "" http://your.ipv4.adress:8008
pause

About

App for automatic generation of titles pages in accordance with the normative regulations of the Russian Federation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published