Skip to content

AlexandruManafu/gps-processing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Excel Reports REST server

Additional Info

In MongoDB, schemas aren't stored in the database itself; they are part of the application code.

Mongoose enforces the schema rules when documents are created or updated. The actual documents in MongoDB don’t inherently have a fixed schema.

Installation

  1. Clone the repository:

    git clone <repo.git>
    cd yourrepository
    
  2. Install latest npm or nvm

    npm install
    npm install -g nodemon
    
  3. Create a .env file Add the following environment variables: DATABASE_URL="mongo.link"

  4. Addons for dev (optional) Install Visual Studio Code and add the REST Client package

Run the development server

```bash
npm run devStart

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors