Skip to content

deltasoftmx/AcademicNetworkServices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Academy Network Services

Description

This software is the core of the system Academy Network. This hold the different web services that this system provides and connect the rest of components of the system between them.

Version: 0.1.0

Conventions

  • Indentation: Spaces, 2 spaces.
  • Style: Camel Case.

Docs

The whole documentation is in docs/ directory. Please, read it if you want to contribute or use the project. Click here to go.

NPM scripts

  • npm run dev start the development server.
  • npm start start the production server.

How to try it

  • If you don't have nodemon installed, use npm install -g nodemon.
  • Clone this repository to your local machine.
  • Install dependencies with npm ci.
  • Setup the environment.
    • Run the environment setup command like so: node src/scripts/setup_env.js --db-user=[db username] --db-passwd=[db password]
    • Or setup the environment by yourself. See how to do it here.
  • Run npm run dev if you are in a development environment, npm start if production environment.

How the application works

See this and then, the rest of the docs.

Maintainer and project lead

About

Servicios web que ofrece el sistema Academy Network

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published