Giter VIP home page Giter VIP logo

esse4's Introduction

Esse4

A simpler but better looking esse3 (italian universities' portal), based on nodejs and mongodb (NoSQL).

Esse4

How to use

The package.json scripts available are the following:

  1. npm run build builds the whole application (client/server), but doesn't load seeder;
  2. npm run build-client builds the client part;
  3. npm run build-server builds the server part;
  4. npm run seeder loads the initial content in the database;
  5. npm run serve runs the web application.

To put online the server:

  • be sure to have the mongod running;
  • configure the server/config.js file;
  • run npm install from the root folder;
  • run npm run seeder to load inital dummy data inside the db;
  • run npm run build && npm run serve to build the whole application and put online the server;
  • go to http://localhost:3000 and try to login with 123456/test (simple user) or with 000000/test (admin user).

Notes

Tested and developed with node v17.7.2.

esse4's People

Contributors

sirchri avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.